Exemplo n.º 1
0
 public List <Service> GetAllServices()
 {
     return(service.GetAll().ToList());
 }
Exemplo n.º 2
0
 public IList <Service> GetAllServices()
 {
     return(service.GetAll());
 }