public plathoraAPI(Istoreownerservices storeownerservices)
 {
     _storeownerservices = storeownerservices;
 }
Exemple #2
0
 public StoreOwnerController(Istoreownerservices storeownerservices, IWebHostEnvironment hostingEnvironment)
 {
     _hostingEnvironment = hostingEnvironment;
     _storeownerservices = storeownerservices;
 }