示例#1
0
 public ucenterrightController(IUserCenterRepository _ucenterRepository)
 {
     ucenterService = new UserCenterService(_ucenterRepository);
 }
示例#2
0
 public ucenterrightController(IUserCenterRepository _ucenterRepository)
 {
     ucenterService = new UserCenterService(_ucenterRepository);
 }
示例#3
0
 public UserCenterController(UserCenterService userCenterService)
 {
     this._userCenterService = userCenterService;
 }