Exemple #1
0
 public InformationFinder([NotNull] IDoctorsSlotsRepository repository)
 {
     m_Repository = repository;
 }
 private InformationFinder CreateSut(IDoctorsSlotsRepository repository)
 {
     return(new InformationFinder(repository));
 }
 public InformationFinder([NotNull] IDoctorsSlotsRepository repository)
 {
     m_Repository = repository;
 }
 private InformationFinder CreateSut(IDoctorsSlotsRepository repository)
 {
     return new InformationFinder(repository);
 }