Exemple #1
0
 public bool InsertNewAppData(NewAppData model)
 {
     return(dbManager.Execute(conn => DALCategory.InsertNewAppData(conn, model)));
 }