C# Class EventSourcing.Sample.ForumSample.UserService

Inheritance: IUserService
Mostrar archivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Create ( string name ) : User
UserService ( IContextManager contextManager ) : CodeSharp.EventSourcing

Method Details

Create() public method

public Create ( string name ) : User
name string
return User

UserService() public method

public UserService ( IContextManager contextManager ) : CodeSharp.EventSourcing
contextManager IContextManager
return CodeSharp.EventSourcing