コード例 #1
0
 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;
 }