示例#1
0
 public bool Update()
 {
     return(GenericController <LembreteDestinatario> .Update(this));
 }
示例#2
0
 public bool Update()
 {
     return(GenericController <Filial> .Update(this));
 }
示例#3
0
 public bool Update()
 {
     return(GenericController <Passageiro> .Update(this));
 }
示例#4
0
文件: Login.cs 项目: brunostrik/STX
 public bool Update()
 {
     return(GenericController <Login> .Update(this));
 }
示例#5
0
 public bool Update()
 {
     return(GenericController <Lembrete> .Update(this));
 }