C# Class Lending.Domain.OpenLibrary.OpenLibrary

Inheritance: Joshilewis.Cqrs.Command.AuthenticatedCommand
Mostrar archivo Open project: joshilewis/lending

Public Methods

Method Description
OpenLibrary ( ) : System
OpenLibrary ( System.Guid processId, System.Guid userId, System.Guid newLibraryId, string name ) : System

Method Details

OpenLibrary() public method

public OpenLibrary ( ) : System
return System

OpenLibrary() public method

public OpenLibrary ( System.Guid processId, System.Guid userId, System.Guid newLibraryId, string name ) : System
processId System.Guid
userId System.Guid
newLibraryId System.Guid
name string
return System