C# Class ActivEarth.DataService.UserService

Inheritance: IUserService
Mostra file Open project: mlcamilli/ActivEarth

Public Methods

Method Description
GetAllUsers ( ) : Collection
GetUser ( string userName, string password ) : User

Method Details

GetAllUsers() public method

public GetAllUsers ( ) : Collection
return Collection

GetUser() public method

public GetUser ( string userName, string password ) : User
userName string
password string
return ActivEarth.Objects.Profile.User