Пример #1
0
 public ProductInventory.Product ToDomainModel()
 {
     return(new ProductInventory.Product
     {
         Id = Guid.Parse(Id),
         Name = Name,
         Price = Price,
         LastModified = LastModified.ToDateTime()
     });
 }