コード例 #1
0
 public double GetCartPrice(Guid userGuid, Guid shopGuid)
 {
     return(_real == null ? -1 : _real.GetCartPrice(userGuid, shopGuid));
 }