Exemplo n.º 1
0
 public string Delete(int[] roleId)
 {
     return(JsonHelper.ObjectToJSON(_service.DeleteIds(roleId)));
 }