예제 #1
0
 public bool PutAudio(AudioDTO audio)
 {
     service = Service.AudioService;
     return(service.CreateAudio(audio));
 }