Esempio n. 1
0
 public SystemExceptionLogLogic(ISystemExceptionLogRepository exceptionLogRepository)
     : base(exceptionLogRepository)
 {
     _exceptionLogRepository = exceptionLogRepository;
 }
Esempio n. 2
0
 public SystemExceptionLogLogic(IRepository <SystemExceptionLog, Guid> repository,
                                ISystemExceptionLogRepository exceptionLogRepository) : base(repository)
 {
     this._exceptionLogRepository = exceptionLogRepository;
 }