Exemplo n.º 1
0
 public ActionResult UnassignCentreSector(int centreId, int sectorId)
 {
     NidanBusinessService.DeleteCentreSector(UserOrganisationId, centreId, sectorId);
     return(this.JsonNet(""));
 }