Exemple #1
0
 public List <CategoryDic> GetCategoryIdName()
 {
     return(dbManager.Execute(conn => DALCategory.GetCategoryIdName(conn)));
 }