// GET api/values

        public ChangePasswordController(EnterpriseBaseContext enterpriseBaseContext)
        {
            _DBContext = enterpriseBaseContext;
        }
 public PowerBiometricsController(EnterpriseBaseContext _context)
 {
     _DBContext = _context;
 }
        // GET api/values

        public CompanyController(EnterpriseBaseContext enterpriseBaseContext)
        {
            _DBContext = enterpriseBaseContext;
        }
Exemplo n.º 4
0
        // GET api/values

        public LoginController(EnterpriseBaseContext enterpriseBaseContext)
        {
            _DBContext = enterpriseBaseContext;
        }