예제 #1
0
 public async Task <IActionResult> CreateIncomeForUser([FromBody] IncomeDto income) =>
 Ok(await _incomeService.CreateIncomeForUserAsync(income, User.GetIdentifier()));