Ejemplo n.º 1
0
 public PottersDelegate(IPotsAndPotters ipap, IURLHelper urlhelper)
 {
     backEnd        = ipap;
     this.urlhelper = urlhelper;
 }
Ejemplo n.º 2
0
 public ShopController(PotterShopContext context)
 {
     this.backEnd = new PotsAndPotters(context);
 }
Ejemplo n.º 3
0
 public PottersController(IPotsAndPotters ipap)
 {
     backEnd = ipap;
 }