示例#1
0
 public IEnumerable <ProductType> GetAllAvailable()
 {
     return(_repository.GetAllAvailable());
 }