Esempio n. 1
0
 public async Task Create(TAggregate aggregate)
 {
     await _dbContext.AddAsync(aggregate);
 }