Ejemplo n.º 1
0
 public bool Update(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.Update(Account));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> UpdateAsync(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.UpdateAsync(Account));
 }
Ejemplo n.º 3
0
 public bool Insert(SMS_Desktop.services.DTO_Account Account)
 {
     return(base.Channel.Insert(Account));
 }