示例#1
0
 public AttributtBLL(DbAttributterStub stub)
 {
     _repo = stub;
 }
示例#2
0
 public AttributtBLL()
 {
     _repo = new DbAttributter();
 }