Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> UpdateAsync(WebRPG.MVC.UserServiceReference.Adventure entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
Ejemplo n.º 2
0
 public bool Delete(WebRPG.MVC.UserServiceReference.Adventure entity)
 {
     return(base.Channel.Delete(entity));
 }
Ejemplo n.º 3
0
 public int Update(WebRPG.MVC.UserServiceReference.Adventure entity)
 {
     return(base.Channel.Update(entity));
 }
Ejemplo n.º 4
0
 public void Create(WebRPG.MVC.UserServiceReference.Adventure entity)
 {
     base.Channel.Create(entity);
 }