Esempio n. 1
0
 public RepositoryPerfil(CheckappContext checkappContext) : base(checkappContext)
 {
     _checkAppContext = checkappContext;
 }
 public RepositoryExtintor(CheckappContext checkAppContext) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
 }
Esempio n. 3
0
 public RepositoryTipo_equipamento(CheckappContext checkAppContext) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
 }
Esempio n. 4
0
 public RepositoryEndereco(CheckappContext checkAppContext) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
 }
Esempio n. 5
0
 public RepositoryFuncionario(CheckappContext checkAppContext) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
 }
Esempio n. 6
0
 public RepositoryManutencao(CheckappContext checkappContext, IConfiguration configuration) : base(checkappContext)
 {
     _checkappContext = checkappContext;
     _configuration   = configuration;
     _stringConexao   = _configuration.GetConnectionString("DefaultConnection");
 }
 public RepositoryEquipamento_Seguranca(CheckappContext checkAppContext, IConfiguration configuration) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
     _configuration   = configuration;
     _stringConexao   = _configuration.GetConnectionString("DefaultConnection");
 }
 public RepositoryTelefone(CheckappContext checkAppContext) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
 }
Esempio n. 9
0
 public RepositoryTipoAgenda(CheckappContext checkappContext) : base(checkappContext)
 {
     _checkappContext = checkappContext;
 }
 public RepositoryStatusInspManut(CheckappContext checkappContext) : base(checkappContext)
 {
     _checkappContext = checkappContext;
 }
Esempio n. 11
0
 public RepositoryBase(CheckappContext checkappContext)
 {
     _checkappContext = checkappContext;
 }
 public RepositoryEmpresaCliente(CheckappContext checkAppContext, IConfiguration configuration) : base(checkAppContext)
 {
     _checkAppContext = checkAppContext;
     _configuration   = configuration;
     _stringConexao   = _configuration.GetConnectionString("DefaultConnection");;
 }