public int counterdeleteBLL(int id, string Centerid) { DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO(); int entObj1; entObj1 = accDAO1.counterdeleteDAL(id, Centerid); return(entObj1); }