コード例 #1
0
 public async Task <SourceDepartment> GetSourceDepbyId(String id) //Inputs : A SourceDepartment ID. Outputs:The SourceDepartment as JSON
 {
     return(await _SourceDepRepository.ReadAsync(id));
 }
コード例 #2
0
 public async Task <SourceDepartment> GetSourceDepbyId(String id)
 {
     return(await _SourceDepRepository.ReadAsync(id));
 }