Esempio n. 1
0
 partial void DeleteMatchReport(MatchReport instance);
Esempio n. 2
0
 partial void InsertMatchReport(MatchReport instance);
Esempio n. 3
0
 partial void UpdateMatchReport(MatchReport instance);
Esempio n. 4
0
 public void Add(MatchReport r)
 {
     db.MatchReports.InsertOnSubmit(r);
 }