Exemplo n.º 1
0
 public IEnumerable <ServiceAreaNumberDto> GetAllServiceAreas()
 {
     return(_svcAreaRepo.GetAllServiceAreas());
 }