DomainDrivenDelivery.Infrastructure.Persistence.InMemory.LocationRepositoryInMem.findAll C# (CSharp) 메소드

findAll() 공개 메소드

public findAll ( ) : IEnumerable
리턴 IEnumerable
        public IEnumerable<Location> findAll()
        {
            return SampleLocations.getAll();
        }
    }
LocationRepositoryInMem