Example #1
0
 public IEnumerable <tbl_Category> GetALL()
 {
     return(objDb.GetALL());
 }
Example #2
0
 public IEnumerable <Category> GetALL()
 {
     return(_categoryDb.GetALL());
 }