Ejemplo n.º 1
0
 public ServiceProduct GetServiceProductById(int licenseId)
 {
     return(_serviceProductsRepository.GetProduct(licenseId));
 }