Beispiel #1
0
 public int Insert_HREmployeeType(HRETypeInfo hr)
 {
     return(iHR.Insert_HREmployeeType(hr));
 }
Beispiel #2
0
 public int Update_HREmployeeType(HRETypeInfo hr)
 {
     return(iHR.Update_HREmployeeType(hr));
 }
Beispiel #3
0
 public int Update_HREmployeeType(HRETypeInfo hr)
 {
     return((int)SqlHelper.ExecuteNonQuery(SqlHelper.ConnectionStringLocalTransaction, CommandType.StoredProcedure, "Proc_U_HREmployeeType",
                                           new SqlParameter("@HRET_ID", hr.HRET_ID), new SqlParameter("@HRET_EmpType", hr.HRET_EmpType)));
 }