C# Class GeoTriggers.Data.ProfileRepository

Inheritance: IProfileRepository
Afficher le fichier Open project: AcklenAvenue/GeoTriggers

Méthodes publiques

Méthode Description
GetProfile ( string authKey ) : Profile
ProfileRepository ( ISession session ) : System
Update ( Profile profile ) : void

Method Details

GetProfile() public méthode

public GetProfile ( string authKey ) : Profile
authKey string
Résultat Profile

ProfileRepository() public méthode

public ProfileRepository ( ISession session ) : System
session ISession
Résultat System

Update() public méthode

public Update ( Profile profile ) : void
profile Profile
Résultat void