Example #1
0
 public async Task <IEnumerable <SourcePointGroup> > GetAllSourceGroupAsync()
 {
     return(await _sourceService.GetAllSourcePointGroupAsync());
 }