public AccountController(BankCoreContext context) { _context = context; }
public UsersController(BankCoreContext context) { _context = context; }
public MouvementsController(BankCoreContext context) { _context = context; }
public ComptesController(BankCoreContext context) { _context = context; }