Exemplo n.º 1
0
 public BuyersPage(IBuyersRepository r) : base(r, "Buyers")
 {
 }
Exemplo n.º 2
0
 protected BuyersBasePage(IBuyersRepository r, string title) : base(r, title)
 {
 }
Exemplo n.º 3
0
 public BuyersClientPage(IBuyersRepository r) : base(r, "My data")
 {
 }