Exemplo n.º 1
0
 public JsonResult Create(MonitoringDTO monitoring)
 {
     return(Json(monitoringService.CreateMonitoring(monitoring).Result));
 }