Пример #1
0
 public CompanyRepository(IBaseCommandContext commandContext)
 {
     _commandContext = commandContext;
     _companies      = commandContext.Company;
 }
Пример #2
0
 public CompanyCommandTest(Fixture fixture) : base(fixture)
 {
     _commandService = Services.GetService <ICompanyCommandService>();
     _context        = Services.GetService <IBaseCommandContext>();
 }