Example #1
0
 public JsonResult TestCalendarObjectResult()
 {
     var common = new CommonService();
     common.TestCalendarObjectResult();
     return Json(new { common.success, common.message, common.resultlist });
 }