Пример #1
0
 public Task <T> Find(Expression <Func <T, bool> > expression)
 {
     return(_fileSystemManager.Find(expression));
 }