Esempio n. 1
0
 public ImportData Find(Expression <Func <ImportData, bool> > predicate)
 {
     return(_importDataRepository.Find(predicate));
 }