Пример #1
0
 //[Authorize]
 public async Task <IActionResult> CoberturaCartera()
 {
     return(Ok(_ordersBusiness.GetCartera()));
 }