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