C# Class eu.sig.training.ch06.userservice.v1.UserService

Mostrar archivo Open project: oreillymedia/building_maintainable_software

Public Methods

Method Description
ChangeUserInfo ( UserInfo userInfo ) : User
DoesUserExist ( string userId ) : bool
LoadUser ( string userId ) : User

Method Details

ChangeUserInfo() public method

public ChangeUserInfo ( UserInfo userInfo ) : User
userInfo UserInfo
return User

DoesUserExist() public method

public DoesUserExist ( string userId ) : bool
userId string
return bool

LoadUser() public method

public LoadUser ( string userId ) : User
userId string
return User