Пример #1
0
 public async Task Post([FromBody] Sponsor sponsor)
 {
     await _dataAccess.CreateSponsorAsync(sponsor);
 }