C# 클래스 Tenant.Mvc.Core.Repositories.Tenant.CustomerRepository

상속: BaseRepository, ICustomerRepository
파일 보기 프로젝트 열기: Microsoft/WingTipTickets

공개 메소드들

메소드 설명
CreateUser ( string firstName, string lastName, string email, string phonenumber, string password ) : bool
GetCustomerEvents ( CustomerModel customerModel, int venueId = null ) : CustomerEventsModel
Login ( string email, string password ) : bool

메소드 상세

CreateUser() 공개 메소드

public CreateUser ( string firstName, string lastName, string email, string phonenumber, string password ) : bool
firstName string
lastName string
email string
phonenumber string
password string
리턴 bool

GetCustomerEvents() 공개 메소드

public GetCustomerEvents ( CustomerModel customerModel, int venueId = null ) : CustomerEventsModel
customerModel Tenant.Mvc.Core.Models.CustomerModel
venueId int
리턴 Tenant.Mvc.Core.Models.CustomerEventsModel

Login() 공개 메소드

public Login ( string email, string password ) : bool
email string
password string
리턴 bool