예제 #1
0
 public async Task <IEnumerable <Case> > GetAll()
 => await caseRepo.GetAll();
예제 #2
0
 public IEnumerable <CasesDTO> GetAll()
 {
     return(_caseRepo.GetAll());
 }