public void Add(MatchReport report)
 {
     db.MatchReports.InsertOnSubmit(report);
 }
Esempio n. 2
0
 partial void DeleteMatchReport(MatchReport instance);
Esempio n. 3
0
 partial void UpdateMatchReport(MatchReport instance);
Esempio n. 4
0
 partial void InsertMatchReport(MatchReport instance);
Esempio n. 5
0
 private void detach_MatchReports(MatchReport entity)
 {
     this.SendPropertyChanging();
     entity.Match = null;
 }
Esempio n. 6
0
 private void attach_MatchReports(MatchReport entity)
 {
     this.SendPropertyChanging();
     entity.Match = this;
 }