Ejemplo n.º 1
0
 public JsonResult Delete(DAL.DALPROPERTIES.Employeereg Emp)
 {
     return(Json(ob.DeleteEmployee(Emp), JsonRequestBehavior.AllowGet));
 }
Ejemplo n.º 2
0
        public JsonResult Update(DAL.DALPROPERTIES.Employeereg Employe)


        {
            return(Json(ob.Update(Employe), JsonRequestBehavior.AllowGet));
        }
Ejemplo n.º 3
0
 public JsonResult AddEmployee(DAL.DALPROPERTIES.Employeereg emp)
 {
     return(Json(ob.Add(emp), JsonRequestBehavior.AllowGet));
 }