Exemple #1
0
 public JsonResult Post(Map map)
 {
     _MapService.Create(map);
     return(Json(map));
 }