Example #1
0
 public int InsertOffialType(HRM_OfficialDay objOfficialDay)
 {
     return(objCtx_DAL.InsertOfficeType(objOfficialDay));
 }