Ejemplo n.º 1
0
 public virtual async void Add <T>(T entity) where T : class
 {
     await _context.AddAsync(entity);
 }