Example #1
0
 public List <NewAppData> GetNewAppData()
 {
     return(dbManager.Execute(conn => DALCategory.GetNewAppData(conn)));
 }