first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using BethanysPieShopHRM.Shared.Domain;
|
||||
|
||||
namespace BethanysPieShopHRM.Api.Models
|
||||
{
|
||||
public interface IJobCategoryRepository
|
||||
{
|
||||
IEnumerable<JobCategory> GetAllJobCategories();
|
||||
JobCategory GetJobCategoryById(int jobCategoryId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user