Esempio n. 1
0
 public List <ProductTypeModel> GetAll()
 {
     return(_service.GetAllProductTypes());
 }