public Entities.RTOCounter CounterUpdateBLL(string txtcountername, string txtdevicecode, string dt, int id, string centercode) { DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO(); Entities.RTOCounter entObj1 = new Entities.RTOCounter(); entObj1 = accDAO1.CounterUpdateDAL(txtcountername, txtdevicecode, dt, id, centercode); return(entObj1); }