Exemplo n.º 1
0
 public List <CategoryDic> GetCategoryDic()
 {
     return(dbManager.Execute(conn => DALCategory.GetCategoryDic(conn)));
 }