Castle.Samples.WindsorSilverlight.Commands.DeleteAllCommand.DeleteAllCommand C# (CSharp) Метод

DeleteAllCommand() публичный Метод

public DeleteAllCommand ( IStatusService statusService ) : System
statusService IStatusService
Результат System
        public DeleteAllCommand(IStatusService statusService)
        {
            this.statusService = statusService;
        }