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