Esempio n. 1
0
 public bool CheckLookup(List <string> list, LookupModel lookup)
 {
     return(RealDataContext.CheckLookup(list, lookup));
 }
Esempio n. 2
0
 public bool CheckLookup(int lookupId, string val)
 {
     return(RealDataContext.CheckLookup(lookupId, val));
 }