C# Class Pomona.Example.Handlers.CritterHandler

显示文件 Open project: Pomona/Pomona

Public Methods

Method Description
Post ( Critter critter, CritterCaptureCommand captureCommand ) : object
Post ( Critter critter, CritterExplodeCommand explodeCommand ) : object

Method Details

Post() public method

public Post ( Critter critter, CritterCaptureCommand captureCommand ) : object
critter Pomona.Example.Models.Critter
captureCommand Pomona.Example.Models.CritterCaptureCommand
return object

Post() public method

public Post ( Critter critter, CritterExplodeCommand explodeCommand ) : object
critter Pomona.Example.Models.Critter
explodeCommand Pomona.Example.Models.CritterExplodeCommand
return object