Ejemplo n.º 1
0
 public async Task <int?> InsertAsync <TEntity>(TEntity param) where TEntity : class, new()
 {
     return(await _ormProvider.InsertAsync(param));
 }