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