Beispiel #1
0
 public IEnumerable <ServiceAreaNumberDto> GetAllServiceAreas()
 {
     return(_svcAreaRepo.GetAllServiceAreas());
 }