Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.Game> GetGameAsync(WindowsFormsApp1.ServiceReference1.Game G)
 {
     return(base.Channel.GetGameAsync(G));
 }
Ejemplo n.º 2
0
 public int DeleteGame(WindowsFormsApp1.ServiceReference1.Game G)
 {
     return(base.Channel.DeleteGame(G));
 }
Ejemplo n.º 3
0
 public WindowsFormsApp1.ServiceReference1.Game GetGame(WindowsFormsApp1.ServiceReference1.Game G)
 {
     return(base.Channel.GetGame(G));
 }
Ejemplo n.º 4
0
 public int InsertGame(WindowsFormsApp1.ServiceReference1.Game G)
 {
     return(base.Channel.InsertGame(G));
 }