Exemple #1
0
 public ClientRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }
Exemple #2
0
 public OrganizationalUnitRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
     //CreateMarvelStructure(); //Cria Mock
 }
Exemple #3
0
 public ComputerRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }
Exemple #4
0
 public CredentialRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }
Exemple #5
0
 public GroupRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }
Exemple #6
0
 public DomainRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }
Exemple #7
0
 public UserRepository(MySQLContext mySQLContext)
 {
     _mySQLContext = mySQLContext;
 }