示例#1
0
 public void AcceptBIDMatch(CompanyEntity company, MatchEntity matchEntity, string UserName)
 {
     rep.AcceptBIDMatch(company, matchEntity, UserName);
 }