C# 클래스 EFCoreCommerceDemo.Example1.Models.Quote

파일 보기 프로젝트 열기: mizrael/EFCoreCommerceDemo

공개 메소드들

메소드 설명
AddProduct ( EFCoreCommerceDemo.Example1.Models.Product product, int quantity ) : void
Quote ( Guid id, DateTime creationDate ) : System
ToString ( ) : string

메소드 상세

AddProduct() 공개 메소드

public AddProduct ( EFCoreCommerceDemo.Example1.Models.Product product, int quantity ) : void
product EFCoreCommerceDemo.Example1.Models.Product
quantity int
리턴 void

Quote() 공개 메소드

public Quote ( Guid id, DateTime creationDate ) : System
id Guid
creationDate DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string