Ejemplo n.º 1
0
 public IActionResult GetPeriodByBranchOffice(int id)
 {
     return(Ok(_branchOfficeService.GetPeriods(id)));
 }