コード例 #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);
 }