コード例 #1
0
ファイル: INoteManager.cs プロジェクト: fuatozerr/Personally
 public Note GetNoteDetail(int id)
 {
     return(_noteDal.GetNoteDetail(id));
 }