예제 #1
0
 public bool Insert()
 {
     return(GenericController <LembreteDestinatario> .Insert(this));
 }
예제 #2
0
 public bool Insert()
 {
     return(GenericController <Filial> .Insert(this));
 }
예제 #3
0
 public bool Insert()
 {
     return(GenericController <Passageiro> .Insert(this));
 }
예제 #4
0
파일: Login.cs 프로젝트: brunostrik/STX
 public bool Insert()
 {
     return(GenericController <Login> .Insert(this));
 }
예제 #5
0
 public bool Insert()
 {
     return(GenericController <Lembrete> .Insert(this));
 }