Ejemplo n.º 1
0
 public IHttpActionResult GetNowIntervalAPI(int type)
 {
     return(Ok(EventReportManagerService.GetIntervalTime(type)));
 }