예제 #1
0
 public PoStateEconomicalInfo(IPoPageContext context)
 {
     _context = context;
 }
예제 #2
0
 public PoStateManufacturing(IPoPageContext context)
 {
     _context = context;
 }
예제 #3
0
 public PoStateHeader(IPoPageContext context)
 {
     _context = context;
 }
예제 #4
0
 public PoStateSupplier(IPoPageContext context)
 {
     _context = context;
 }
예제 #5
0
 public PoStateFooter(IPoPageContext context)
 {
     _context = context;
 }
예제 #6
0
 public PoStateBuyerEntity(IPoPageContext context)
 {
     _context = context;
 }
예제 #7
0
 public PoStateMaterial(IPoPageContext context)
 {
     _context = context;
 }