예제 #1
0
 public LoggInnBLL(DbLoggInnStub stub)
 {
     _repo = stub;
 }
예제 #2
0
 public LoggInnBLL()
 {
     _repo = new DbLoggInn();
 }