Beispiel #1
0
 public void AddCompanyRecord(MatchEntity Match, int UserId)
 {
     match.AddCompanyRecord(Match, UserId);
 }