Ejemplo n.º 1
0
 public async Task <IResponseOutput> GetApi(string id)
 {
     return(await _permissionServices.GetApiAsync(id));
 }