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