Ejemplo n.º 1
0
 public Task <List <Case> > ListAllAsync()
 {
     return(caseRepository.ListAllAsync());
 }