コード例 #1
0
 public Task <Deserialize> Auth(IMusicService musicService)
 {
     return(musicService.Authorize(LoginString, PasswordString));
 }