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