Esempio n. 1
0
 public void Create(Note Entity)
 {
     _noteDal.Create(Entity);
 }