Example #1
0
 public SalePositionConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #2
0
 public PictureConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #3
0
 public BeerBottleConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #4
0
 public BeerKindConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #5
0
 public BeerEntityConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #6
0
 public TradeMarkConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }
Example #7
0
 public CapacityConvert(Context context) : base(context)
 {
     ConverterINI.SetContext(context);
 }