Пример #1
0
 public NotaModel Get(int id)
 {
     return(NotaHelper.Get(id).ToModel());
 }