예제 #1
0
파일: Product.cs 프로젝트: osoykan/Samples
        internal void Apply(ImageAddedEvent @event)
        {
            var image = new ProductImage();

            image.Route(@event);
            ProductImages.Add(image);
        }