示例#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);
 }