C# Class Generator.Commands.DumpStringsCommand

Inheritance: IGeneratorCommand
Datei anzeigen Open project: reharik/KnowYourTurf

Public Methods

Method Description
DumpStringsCommand ( ILocalizedStringLoader loader, IRepository repository ) : KnowYourTurf.Core.Domain
Execute ( string args ) : void

Method Details

DumpStringsCommand() public method

public DumpStringsCommand ( ILocalizedStringLoader loader, IRepository repository ) : KnowYourTurf.Core.Domain
loader ILocalizedStringLoader
repository IRepository
return KnowYourTurf.Core.Domain

Execute() public method

public Execute ( string args ) : void
args string
return void