Exemple #1
0
 public virtual async Task <T> GetById(string id)
 {
     return(await _taxiContext.Set <T>().FindAsync(id));
 }