C# 클래스 RibbitMvc.Services.UserProfileService

상속: IUserProfileService
파일 보기 프로젝트 열기: dato1357/Social-Network

공개 메소드들

메소드 설명
GetBy ( int id ) : UserProfile
Update ( EditProfileViewModel model ) : void
UserProfileService ( IContext context ) : System

메소드 상세

GetBy() 공개 메소드

public GetBy ( int id ) : UserProfile
id int
리턴 RibbitMvc.Models.UserProfile

Update() 공개 메소드

public Update ( EditProfileViewModel model ) : void
model RibbitMvc.ViewModel.EditProfileViewModel
리턴 void

UserProfileService() 공개 메소드

public UserProfileService ( IContext context ) : System
context IContext
리턴 System