コード例 #1
0
 public LoggInnBLL(DbLoggInnStub stub)
 {
     _repo = stub;
 }
コード例 #2
0
 public LoggInnBLL()
 {
     _repo = new DbLoggInn();
 }