C# 클래스 PhotoGallery.Repositories.UserRepository

파일 보기 프로젝트 열기: csell5/Demos 1 사용 예제들

공개 메소드들

메소드 설명
GetPhotos ( int id ) : dynamic
GetUserById ( int id ) : dynamic
UpdateUserProfile ( string displayName, string bio, int userId ) : int
UserRepository ( ) : System

메소드 상세

GetPhotos() 공개 메소드

public GetPhotos ( int id ) : dynamic
id int
리턴 dynamic

GetUserById() 공개 메소드

public GetUserById ( int id ) : dynamic
id int
리턴 dynamic

UpdateUserProfile() 공개 메소드

public UpdateUserProfile ( string displayName, string bio, int userId ) : int
displayName string
bio string
userId int
리턴 int

UserRepository() 공개 메소드

public UserRepository ( ) : System
리턴 System