Exemple #1
0
 public async Task <ApplicationGroup> FindByIdAsync(string id)
 {
     return(await _groupStore.FindByIdAsync(id));
 }