Beispiel #1
0
        public RegController(BankAcctsContext context)
        {
            // Dapper framework connections
            // _dbConnector = connect;
            // userFactory = new UserFactory();

            // Entity Framework connections
            _context = context;
        }
Beispiel #2
0
 public BAccController(BankAcctsContext context)
 {
     // Entity Framework connections
     _context = context;
 }