Exemple #1
0
 public async virtual Task <T> GetByIdAsync(string id)
 {
     return(await ConnectionHandler.Get(id));
 }