Exemplo n.º 1
0
 public virtual async Task <T> GetAsync(params object[] primaryKey)
 {
     return(await CurrentDbSet.FindAsync(primaryKey));
 }