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