public Entities.RTOService UpdateLLExamTokenBLL(string datenow) { DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO(); Entities.RTOService entObj1 = new Entities.RTOService(); entObj1 = accDAO1.TokenLLUpdateDAL(datenow); return(entObj1); }