public int InsertSalaryEntry(EmployeeSalary obj) { DALFee dal = new DALFee(ConStr); return(dal.InsertSalaryEntry(obj)); }