C# 클래스 Tp.PopEmailIntegration.Data.UserRepository

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Tp.PopEmailIntegration.Data.UserLite userLite ) : void
GetByEmail ( string userEmail ) : IEnumerable
GetById ( int userId ) : Tp.PopEmailIntegration.Data.UserLite
Remove ( int userId, string userEmail ) : void
Update ( Tp.PopEmailIntegration.Data.UserLite user ) : void
UserRepository ( IStorageRepository storageRepository ) : System

메소드 상세

Add() 공개 메소드

public Add ( Tp.PopEmailIntegration.Data.UserLite userLite ) : void
userLite Tp.PopEmailIntegration.Data.UserLite
리턴 void

GetByEmail() 공개 메소드

public GetByEmail ( string userEmail ) : IEnumerable
userEmail string
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( int userId ) : Tp.PopEmailIntegration.Data.UserLite
userId int
리턴 Tp.PopEmailIntegration.Data.UserLite

Remove() 공개 메소드

public Remove ( int userId, string userEmail ) : void
userId int
userEmail string
리턴 void

Update() 공개 메소드

public Update ( Tp.PopEmailIntegration.Data.UserLite user ) : void
user Tp.PopEmailIntegration.Data.UserLite
리턴 void

UserRepository() 공개 메소드

public UserRepository ( IStorageRepository storageRepository ) : System
storageRepository IStorageRepository
리턴 System