Пример #1
0
 public async Task Add(TenancyPeriod tenancyPeriod)
 {
     TenancyPeriods.Add(tenancyPeriod);
     await SaveChangesAsync();
 }