コード例 #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);
 }