Beispiel #1
0
 public PoststedController(IPoststedBLL stub)
 {
     _poststedBLL = stub;
 }
Beispiel #2
0
 public PoststedController()
 {
     _poststedBLL = new PoststedBLL();
 }