Ejemplo n.º 1
0
 public Registration(LimitBreakPugsDataSet.RegistrationsRow reg)
 {
     this.ID               = reg.ID;
     this.Event_ID         = reg.Event_ID;
     this.Player_ID        = reg.Player_ID;
     this.Player_Cancelled = reg.Player_Cancelled;
     this.Created_On       = reg.Created_On;
 }
Ejemplo n.º 2
0
 public void Insert(LimitBreakPugsDataSet.RegistrationsRow reg)
 {
     Data.registrationsTableAdapter.InsertQuery(reg.Event_ID, reg.Player_ID);
     Fill();
 }