コード例 #1
0
 public static CreatePhysicalInventory ToCreatePhysicalInventory(this PhysicalInventoryState state)
 {
     return(state.ToCreatePhysicalInventory <CreatePhysicalInventory, CreatePhysicalInventoryLine>());
 }