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