[缺少 "P:Store.Domain.Entities.Reserve.ReservationDaily.Price" 的 <summary> 文档]
public decimal Price { get; set; }
Public Property Price As Decimal
Get
Set
public:
property Decimal Price {
Decimal get ();
void set (Decimal value);
}
member Price : decimal with get, set