Beispiel #1
0
 public async Task <T> GetEntityAsync(Expression <Func <T, bool> > whereLambda)
 {
     return(await _baseDal.GetEntityAsync(whereLambda));
 }