public FunzaQuoteGetItemsCommand(IQuoteRepository repository, IFunzaManager funzaManager)
 {
     this.Repository   = repository;
     this.FunzaManager = funzaManager;
 }
示例#2
0
 public FunzaGetColorsCommand(IMastersRepository repository, IFunzaManager funzaManager)
 {
     this.Repository   = repository;
     this.FunzaManager = funzaManager;
 }