예제 #1
0
 public async Task <IActionResult> GetAssignTypeList()
 {
     return(Ok(await _iStaticDataRepository.GetAssignTypeList()));
 }