コード例 #1
0
 public Entities.RTOService UpdateTokenBLL(string services, string counterid, string staffcode)
 {
     DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
     Entities.RTOService entObj1 = new Entities.RTOService();
     entObj1 = accDAO1.TokenUpdateDAL(services, counterid, staffcode);
     return(entObj1);
 }