コード例 #1
0
 public Task <User> CreateUserAsync(string username)
 {
     return(_userDataManager.CreateUserAsync(username));
 }