Pomona.Example.HandledThingsHandler.Delete C# (CSharp) Method

Delete() public method

public Delete ( HandledThing handledThing ) : void
handledThing Pomona.Example.Models.HandledThing
return void
        public void Delete(HandledThing handledThing)
        {
            this.repository.Delete(handledThing);
        }