Castle.Samples.WindsorSilverlight.Commands.DeleteAllCommand.DeleteAllCommand C# (CSharp) Method

DeleteAllCommand() public method

public DeleteAllCommand ( IStatusService statusService ) : System
statusService IStatusService
return System
        public DeleteAllCommand(IStatusService statusService)
        {
            this.statusService = statusService;
        }