C# Class GeoTriggers.Data.ProfileRepository

Inheritance: IProfileRepository
Mostrar archivo Open project: AcklenAvenue/GeoTriggers

Public Methods

Method Description
GetProfile ( string authKey ) : Profile
ProfileRepository ( ISession session ) : System
Update ( Profile profile ) : void

Method Details

GetProfile() public method

public GetProfile ( string authKey ) : Profile
authKey string
return Profile

ProfileRepository() public method

public ProfileRepository ( ISession session ) : System
session ISession
return System

Update() public method

public Update ( Profile profile ) : void
profile Profile
return void