示例#1
0
 public async Task <MetaUserInfo> GetUserInfoAsync(string key, string username, string password)
 {
     _logger.LogInformation($"MetaWeblog:GetUserInfo is called");
     return(await _provider.GetUserInfoAsync(key, username, password));
 }