摘要:
Listing 3-1. The C# Auction Domain Modelusing System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcPattern.Models{ public class Member { public string LoginName { get; set; } // The unique key public int ReputationPoints { get; set; } } pu... 阅读全文
posted @ 2014-01-21 08:22
逝者如斯(乎)
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号