C# 클래스 ModernWebStore.Domain.Scopes.OrderItemScopes

파일 보기 프로젝트 열기: andrebaltieri/mwa-api

공개 메소드들

메소드 설명
AddProductScopeIsValid ( this orderItem, Product product, decimal price, int quantity ) : bool
RegisterOrderItemScopeIsValid ( this orderItem ) : bool

메소드 상세

AddProductScopeIsValid() 공개 정적인 메소드

public static AddProductScopeIsValid ( this orderItem, Product product, decimal price, int quantity ) : bool
orderItem this
product ModernWebStore.Domain.Entities.Product
price decimal
quantity int
리턴 bool

RegisterOrderItemScopeIsValid() 공개 정적인 메소드

public static RegisterOrderItemScopeIsValid ( this orderItem ) : bool
orderItem this
리턴 bool