예제 #1
0
 public List <Note> GetAll()
 {
     return(_noteDal.GetAll());
 }