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