TinyBlogEngine.Contracts.Blogger.UserInfo IBlogger.blogger_getUserInfo(string appKey, string username, string password) { TinyBlogEngine.Contracts.Blogger.UserInfo userInfo = new TinyBlogEngine.Contracts.Blogger.UserInfo(); userInfo.firstname = ""; userInfo.lastname = ""; return(userInfo); }
TinyBlogEngine.Contracts.Blogger.UserInfo IBlogger.blogger_getUserInfo(string appKey, string username, string password) { TinyBlogEngine.Contracts.Blogger.UserInfo userInfo = new TinyBlogEngine.Contracts.Blogger.UserInfo(); userInfo.firstname = ""; userInfo.lastname = ""; return userInfo; }