Пример #1
0
 public PostagemModel GetPostagem(int id)
 {
     return(posta.Listar().Where(x => x.Id == id).FirstOrDefault());
 }