Beispiel #1
0
 public LogService()
 {
     this._repo          = new LogRepository(new IDApplicationDbContext());
     this._logDtoFactory = new LogDTOFactory();
 }
Beispiel #2
0
 public LogService()
 {
     this._repo          = new LogRepository(new PhoneBookDbContext());
     this._logDtoFactory = new LogDTOFactory();
 }