Exemplo n.º 1
0
 public PoststedBLL(IPoststedDAL stub)
 {
     _repository = stub;
 }
Exemplo n.º 2
0
 public PoststedBLL()
 {
     _repository = new PoststedDAL();
 }