コード例 #1
0
 public JsonResult Delete(DAL.DALPROPERTIES.Employeereg Emp)
 {
     return(Json(ob.DeleteEmployee(Emp), JsonRequestBehavior.AllowGet));
 }
コード例 #2
0
        public JsonResult Update(DAL.DALPROPERTIES.Employeereg Employe)


        {
            return(Json(ob.Update(Employe), JsonRequestBehavior.AllowGet));
        }
コード例 #3
0
 public JsonResult AddEmployee(DAL.DALPROPERTIES.Employeereg emp)
 {
     return(Json(ob.Add(emp), JsonRequestBehavior.AllowGet));
 }