Example #1
0
 public bool Delete()
 {
     return(GenericController <LembreteDestinatario> .Delete(this));
 }
Example #2
0
 public bool Delete()
 {
     return(GenericController <Login> .Delete(this));
 }
Example #3
0
 public bool Delete()
 {
     return(GenericController <Filial> .Delete(this));
 }
Example #4
0
 public bool Delete()
 {
     return(GenericController <Passageiro> .Delete(this));
 }