first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using BethanysPieShopHRM.Shared.Domain;
|
||||
|
||||
namespace Webshop.App.Services
|
||||
{
|
||||
public interface IJobCategoryDataService
|
||||
{
|
||||
public Task<IEnumerable<JobCategory>> GetJobCategories();
|
||||
public Task<JobCategory> GetJobCategoryById(int jobCategoryId);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user