Castle.Samples.WindsorSilverlight.Commands.DeleteAllCommand.DeleteAllCommand C# (CSharp) Méthode

DeleteAllCommand() public méthode

public DeleteAllCommand ( IStatusService statusService ) : System
statusService IStatusService
Résultat System
        public DeleteAllCommand(IStatusService statusService)
        {
            this.statusService = statusService;
        }