コード例 #1
0
 public RuteBLL(IRuteDAL stub)
 {
     _repository = stub;
 }
コード例 #2
0
 public RuteBLL()
 {
     _repository = new RuteDAL();
 }