コード例 #1
0
 public async Task <int> InsertUserScoreBand(UserScoreBand userScoreBand)
 {
     return(await _userRespository.InsertUserScoreBand(userScoreBand));
 }