public bool Update()
 {
     return(GenericController <LembreteDestinatario> .Update(this));
 }
Exemple #2
0
 public bool Update()
 {
     return(GenericController <Filial> .Update(this));
 }
Exemple #3
0
 public bool Update()
 {
     return(GenericController <Passageiro> .Update(this));
 }
Exemple #4
0
 public bool Update()
 {
     return(GenericController <Login> .Update(this));
 }
Exemple #5
0
 public bool Update()
 {
     return(GenericController <Lembrete> .Update(this));
 }