04 2014 档案

摘要:1 (function() { 2 if (window.FileUpload) { 3 return; 4 } 5 window.FileUpload = function (id, url) { 6 this.id = id;... 阅读全文
posted @ 2014-04-17 22:33 Leo C.W 阅读(1600) 评论(1) 推荐(0) 编辑
摘要:需求:代码: 1 namespace Demo.Services 2 { 3 public class UserService : IUserService 4 { 5 public void UpdateByAdmin(User user, int[] roleIds) 6 { 7 using (var db = new DemoDbContext()) 8 { 9 var dbUser = db.Users.Get(user.Id);10 ... 阅读全文
posted @ 2014-04-01 19:16 Leo C.W 阅读(2117) 评论(7) 推荐(1) 编辑

点击右上角即可分享
微信分享提示