コード例 #1
0
ファイル: AlbumService.cs プロジェクト: Uniquedeepak/ECareAPI
 public void InsertAlbum(Album dto)
 {
     data.InsertAlbum(dto);
 }