Beispiel #1
0
 public IList <ContratoModel> ListarContratos()
 {
     return(_contexto.Listar());
 }