コード例 #1
0
 public async Task <ICollection <SourceDepartment> > GetAll() //Outputs a list of all SourceDepartment as JSON
 {
     return(await _SourceDepRepository.ReadAllSourceDepsAsync());
 }
コード例 #2
0
 public async Task <ICollection <SourceDepartment> > GetAll()
 {
     return(await _SourceDepRepository.ReadAllSourceDepsAsync());
 }