예제 #1
0
 public BrukerBLL(IBrukerDAL stub)
 {
     _repository = stub;
 }
예제 #2
0
 public BrukerBLL()
 {
     _repository = new BrukerDAL();
 }