Example #1
0
 public ResultList <SimpleResultItem> GetFieldsByParams(SendMail.Model.IndexedCatalogs ctg, IList <SendMail.Model.EntitaType> tEnt, KeyValuePair <SendMail.Model.FastIndexedAttributes, string> par, int da, int per)
 {
     using (ContattoSQLDb dao = new ContattoSQLDb())
     {
         return(dao.LoadFieldsByParams(ctg, tEnt, par, da, per));
     }
 }