public OrderAdminController()
 {
     _scottybonsEComEntities = new ScottybonsECom28062016Entities();
     _styleIntakeService     = new StyleIntakeService(_scottybonsEComEntities);
 }
Example #2
0
 SubscriptionsAdminController()
 {
     _scottybonsEComEntities = new ScottybonsECom28062016Entities();
 }
 public GiftCardServices()
 {
     _scottybonsEComEntities = new ScottybonsECom28062016Entities();
 }
Example #4
0
 public StyleIntakeService(ScottybonsECom28062016Entities scottybonsEComEntities)
 {
     _scottybonsEComEntities = scottybonsEComEntities;
 }