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