Beispiel #1
0
 public async Task <ICollection <TEntity> > FindAllAsync(Expression <Func <TEntity, bool> > match)
 {
     return(await _serviceBase.FindAllAsync(match));
 }