예제 #1
0
 public async Task <IResponseOutput> GetMenu(string id)
 {
     return(await _permissionServices.GetMenuAsync(id));
 }