摘要: 首先,现有的三层项目的结构 其中 Repository public interface IPersonRepository { string Eat(); } public class PersonRepository : IPersonRepository { public string Eat 阅读全文
posted @ 2019-08-01 20:59 清晨时光 阅读(7120) 评论(2) 推荐(2) 编辑