Exemple #1
0
 public async Task <IResponseOutput> GetGroup(string id)
 {
     return(await _permissionServices.GetGroupAsync(id));
 }