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