Esempio n. 1
0
 public WcVariantRepository(IWcServices wcServices)
 {
     _wcServices = wcServices;
     _wc         = _wcServices.GetWc();
 }
Esempio n. 2
0
 public WcOrdersRepository(IWcServices wcServices)
 {
     _wcServices = wcServices;
     _wc         = _wcServices.GetWc();
 }
Esempio n. 3
0
 public WcCategoryRepository(IWcServices wcServices)
 {
     _wcServices = wcServices;
     _wc         = _wcServices.GetWc();
 }
Esempio n. 4
0
 public WcProductRepository(IWcServices wcServices)
 {
     _wcServices = wcServices;
     _wc         = _wcServices.GetWc();
 }