Пример #1
0
 public async Task <IActionResult> GetCostCenters()
 {
     return(Ok(await _iStaticDataRepository.CostCenterList()));
 }