public ItemLocationTransactionConverter()
 {
     ic = new ItemConverter();
     lc = new LocationConverter();
 }
예제 #2
0
 public StoreConverter()
 {
     lc = new LocationConverter();
 }