예제 #1
0
 public void Put(int id, AlbumDTO album)
 {
     albumDAL.Put(id, album);
 }