Esempio n. 1
0
        public async Task <IActionResult> GetProjection([FromQuery] int month, [FromQuery] int year)
        {
            await _remainingBalanceService.Recalculate(UserId, DateTime.Now);

            return(HandleResult(await _projectionService.GetProjection(UserId, month, year)));
        }