C# 클래스 EventBooking.Data.Repositories.UserRepository

상속: IUserRepository
파일 보기 프로젝트 열기: kodkatten/TeamRynkeby

공개 메소드들

메소드 설명
Exists ( string email ) : bool
RemoveFromTeam ( int userId ) : void
Save ( User user ) : void
UserRepository ( IEventBookingContext context ) : System

메소드 상세

Exists() 공개 메소드

public Exists ( string email ) : bool
email string
리턴 bool

RemoveFromTeam() 공개 메소드

public RemoveFromTeam ( int userId ) : void
userId int
리턴 void

Save() 공개 메소드

public Save ( User user ) : void
user User
리턴 void

UserRepository() 공개 메소드

public UserRepository ( IEventBookingContext context ) : System
context IEventBookingContext
리턴 System