Exemple #1
0
 public DataTable GetAllForms()
 {
     return(this.dbManager.Execute(conn => DalPower.GetAllForms(conn)));
 }