public UserAccountController(INewsDraftService newsDraftService, IUserInfoService userInfoService)
 {
     this._newDraftService = newsDraftService;
     this._userInfoService = userInfoService;
 }
 public UserAccountController(INewsDraftService newsDraftService, IUserInfoService userInfoService)
 {
     this._newDraftService = newsDraftService;
     this._userInfoService = userInfoService;
 }