Merge branch 'report' into dev
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using PARR.DAL.Models.TaskModels;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.TaskServices
|
||||
{
|
||||
public interface ITaskTypeService
|
||||
{
|
||||
IQueryable<TaskType> Get();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user