change
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Company.Domain.RollCallAgg
|
||||
EditRollCall GetByEmployeeIdAndWorkshopId(long employeeId, long workshopId);
|
||||
EditRollCall GetById(long id);
|
||||
|
||||
List<RollCallViewModel> Search(RollCallSearchModel searchModel);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,10 +32,7 @@ public class RollCallRepository : RepositoryBase<long, RollCall>, IRollCallRepos
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public List<RollCallViewModel> Search(RollCallSearchModel searchModel)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user