C# Class Prototype.Domain.Aggregates.Subject.Commands.DeleteSubject

Inheritance: Prototype.Platform.Domain.Command
Mostrar archivo Open project: paralect/prototype Class Usage Examples

Public Methods

Method Description
DeleteSubject ( ) : System
DeleteSubject ( string id, string reason ) : System

Method Details

DeleteSubject() public method

public DeleteSubject ( ) : System
return System

DeleteSubject() public method

public DeleteSubject ( string id, string reason ) : System
id string
reason string
return System