Ejemplo n.º 1
0
 public static List <ProductType> getAllProductType()
 {
     return(ProductTypeRepo.getAllProductType());
 }