public void Setup() { _fcoRepository = A.Fake<IFCORepository>(); _fcoNotifier = A.Fake<IFCONotifier>(); }
public void Setup() { _fcoRepository = A.Fake <IFCORepository>(); _fcoNotifier = A.Fake <IFCONotifier>(); }
public FCOWatcher(IFCORepository fcoRepository, IFCONotifier fcoNotifer) { _fcoRepository = fcoRepository; _fcoNotifer = fcoNotifer; _lastNotified = DateTime.Now.AddDays(-1); }
public FCOWatcher(IFCORepository fcoRepository,IFCONotifier fcoNotifer) { _fcoRepository = fcoRepository; _fcoNotifer = fcoNotifer; _lastNotified = DateTime.Now.AddDays(-1); }