partial void DeleteMatchReport(MatchReport instance);
 partial void InsertMatchReport(MatchReport instance);
 partial void UpdateMatchReport(MatchReport instance);
Example #4
0
 public void Add(MatchReport r)
 {
     db.MatchReports.InsertOnSubmit(r);
 }