Beispiel #1
0
 public ProductController(StoreBL.StoreBL storeBL)
 {
     this.storeBL = storeBL;
 }
Beispiel #2
0
 public UserController(StoreBL.StoreBL storeBL)
 {
     this.storeBL = storeBL;
 }
Beispiel #3
0
 public LocationController(StoreBL.StoreBL storeBL)
 {
     this.storeBL = storeBL;
 }