DomainDrivenDelivery.Infrastructure.Persistence.InMemory.LocationRepositoryInMem.findAll C# (CSharp) Méthode

findAll() public méthode

public findAll ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<Location> findAll()
        {
            return SampleLocations.getAll();
        }
    }
LocationRepositoryInMem