Example #1
0
 public CompanyRepository(UserCompanyContext context)
 {
     this.context = context;
 }
Example #2
0
 public UserMediaRepository(UserCompanyContext context)
 {
     this.context = context;
 }
Example #3
0
 public UnitOfWork(UserCompanyContext context)
 {
     this.context = context;
 }