Ejemplo n.º 1
0
 public LoginPage(TrelloContext driver) : base(driver)
 {
 }
Ejemplo n.º 2
0
 public SubscribersController(TrelloContext context)
 {
     _context = context;
 }
 public CardsController(TrelloContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public ListsController(TrelloContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public HomePage(TrelloContext driver) : base(driver)
 {
 }
Ejemplo n.º 6
0
 public HomeController(TrelloContext db)
 {
     _db = db;
 }
Ejemplo n.º 7
0
 protected BasePage(TrelloContext context)
 {
     Driver        = context.Driver;
     Configuration = context.Configuration;
 }
Ejemplo n.º 8
0
 public BoardPage(TrelloContext driver) : base(driver)
 {
 }
 public UsersController(TrelloContext context)
 {
     _context = context;
 }
Ejemplo n.º 10
0
 public Hooks(TrelloContext context)
 {
     _context = context;
 }