Ejemplo n.º 1
0
 public JsonResult ClearRegion(string type)
 {
     return(JSON(GeneralRepository.ClearRegion(type)));
 }