摘要:
假设你在设计自己的系统的时候采用的是MVC架构。例如 也许可能有很多童鞋会这样设计Service和Model. service: public class AccountService { public bool Login(string userName, string password) { // insert into account values(userName,password); return true; } public bool Register(string userName, strin... 阅读全文
posted @ 2012-07-09 06:47
LoveJenny
阅读(9081)
评论(25)
推荐(3)
浙公网安备 33010602011771号