コード例 #1
0
 public async Task CreateUserAsync(User user)
 {
     await mongoDBRepository.CreateUserAsync(user);
 }