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