Exemple #1
0
 public AppCommandSetRepository(AppDbContext dbContext, AppMapper mapper, IAppCommandClient commandClient)
 {
     this.dbContext     = dbContext;
     this.mapper        = mapper;
     this.commandClient = commandClient;
 }
 public AppCommandValueProvider(IAppCommandClient client)
 {
     this.client = client;
 }