Ejemplo n.º 1
0
 public List <ServiceProduct> GetAllServicePorducts()
 {
     return(_serviceProductsRepository.GetAllProducts());
 }