예제 #1
0
 public List <Product> GetAll()
 {
     return(dbProduct.GetAll());
 }
예제 #2
0
 public static IDataReader GetAll(Guid storeGuid)
 {
     return(DBProduct.GetAll(storeGuid));
 }