Example #1
0
 public List <ProductType> GetAllProductType()
 {
     return(_iProductTypeRepository.GetAllProductType());
 }
 public ICollection <ProductType> GetAllProductType()
 {
     return(Repository.GetAllProductType());
 }