Exemplo n.º 1
0
 public virtual async Task <object> AddAsync(T t)
 {
     return(await SqlHelper.AddAsync <T>(t));
 }