Ejemplo n.º 1
0
 public bool Insert()
 {
     return(GenericController <LembreteDestinatario> .Insert(this));
 }
Ejemplo n.º 2
0
 public bool Insert()
 {
     return(GenericController <Filial> .Insert(this));
 }
Ejemplo n.º 3
0
 public bool Insert()
 {
     return(GenericController <Passageiro> .Insert(this));
 }
Ejemplo n.º 4
0
 public bool Insert()
 {
     return(GenericController <Login> .Insert(this));
 }
Ejemplo n.º 5
0
 public bool Insert()
 {
     return(GenericController <Lembrete> .Insert(this));
 }