예제 #1
0
 public ElectionResult()
 {
     this._business = new BusinessLayer();
 }
예제 #2
0
 public UserRegistration()
 {
     this._business = new BusinessLayer();
 }
예제 #3
0
 public Configurations()
 {
     this._business = new BusinessLayer();
 }
예제 #4
0
파일: Vote.aspx.cs 프로젝트: trowa10/thesis
 public Vote()
 {
     this._business = new BusinessLayer();
 }
예제 #5
0
 public LogIn()
 {
     this._business = new BusinessLayer();
 }
예제 #6
0
 public CandidateRegistration()
 {
     this._business = new BusinessLayer();
 }