示例#1
0
 public JsonResult GetAll()
 {
     return(Json(_adsDbContext.GetAllByUserId(userId), JsonRequestBehavior.AllowGet));
 }