Beispiel #1
0
 public VoteBLL(VoteDAL voteDAL)
 {
     DAL = voteDAL;
 }
Beispiel #2
0
 public VoteBLL()
 {
     DAL = new VoteDAL();
 }