C# Class Prototype.Domain.Aggregates.Site.Commands.DeleteSite

Inheritance: Prototype.Platform.Domain.Command
Exibir arquivo Open project: paralect/prototype Class Usage Examples

Public Methods

Method Description
DeleteSite ( ) : Prototype.Platform.Domain
DeleteSite ( string id, string reason ) : Prototype.Platform.Domain

Method Details

DeleteSite() public method

public DeleteSite ( ) : Prototype.Platform.Domain
return Prototype.Platform.Domain

DeleteSite() public method

public DeleteSite ( string id, string reason ) : Prototype.Platform.Domain
id string
reason string
return Prototype.Platform.Domain