Example #1
0
 public ContactController(IStoreDetailService storeDetailsService)
 {
     StoreDetailService = storeDetailsService;
 }
 public StoreDetailsController(IStoreDetailService storeDetailService)
 {
     this.StoreDetailService = storeDetailService;
 }
Example #3
0
 public StoreDetailsController(IStoreDetailService storeDetailService)
 {
     this.StoreDetailService = storeDetailService;
 }
 public ContactController(IStoreDetailService storeDetailsService, IStaticTextService staticTextService)
 {
     StoreDetailService = storeDetailsService;
     StaticTextService = staticTextService;
 }
 public ContactController(IStoreDetailService storeDetailsService)
 {
     StoreDetailService = storeDetailsService;
 }
Example #6
0
 public ContactController(IStoreDetailService storeDetailsService, IStaticTextService staticTextService)
 {
     StoreDetailService = storeDetailsService;
     StaticTextService  = staticTextService;
 }