Beispiel #1
0
 public ContratoModel DetalharContrato(int id)
 {
     return(_contexto.Detalhar(id));
 }