C# 클래스 GeoTriggers.Data.ProfileRepository

상속: IProfileRepository
파일 보기 프로젝트 열기: AcklenAvenue/GeoTriggers

공개 메소드들

메소드 설명
GetProfile ( string authKey ) : Profile
ProfileRepository ( ISession session ) : System
Update ( Profile profile ) : void

메소드 상세

GetProfile() 공개 메소드

public GetProfile ( string authKey ) : Profile
authKey string
리턴 Profile

ProfileRepository() 공개 메소드

public ProfileRepository ( ISession session ) : System
session ISession
리턴 System

Update() 공개 메소드

public Update ( Profile profile ) : void
profile Profile
리턴 void