C# Class Lending.Domain.RequestLink.RequestLink

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

Public Methods

Method Description
RequestLink ( ) : System
RequestLink ( System.Guid processId, System.Guid aggregateId, System.Guid userId, System.Guid targetLibraryId ) : System

Method Details

RequestLink() public method

public RequestLink ( ) : System
return System

RequestLink() public method

public RequestLink ( System.Guid processId, System.Guid aggregateId, System.Guid userId, System.Guid targetLibraryId ) : System
processId System.Guid
aggregateId System.Guid
userId System.Guid
targetLibraryId System.Guid
return System