예제 #1
0
 // Buyer <=> Seller
 public static Buyer.Po ToBuyerPo(this Seller.Po po)
 {
     return(_mapper.Map <Buyer.Po>(po));
 }
예제 #2
0
 // PoStorage <=> Seller
 public static Storage.Po ToStoragePo(this Seller.Po po)
 {
     return(_mapper.Map <Storage.Po>(po));
 }