예제 #1
0
 public async Task <IActionResult> GetAllInputMappings()
 {
     return(Ok(await _inputMappingRepository.ListAllAsync()));
 }
 public async Task <IActionResult> GetAllMapperSourceTexts()
 {
     return(Ok(await _mapperSourceTextRepository.ListAllAsync()));
 }