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