示例#1
0
        public void should_get_all_type_of_ants()
        {
            _getter.Get();

            _repository.Received(1).Get();
        }
 public IReadOnlyCollection <AntTypeDTO> GetAntTypes()
 {
     return(_antTypeGetter.Get());
 }