Exemplo n.º 1
0
 public CarServiceCore.Context.Comanda[] GetOrdersForCar(CarServiceCore.Context.Automobil auto)
 {
     return(base.Channel.GetOrdersForCar(auto));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <CarServiceCore.Context.Comanda[]> GetOrdersForCarAsync(CarServiceCore.Context.Automobil auto)
 {
     return(base.Channel.GetOrdersForCarAsync(auto));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task UpdateAutoAsync(CarServiceCore.Context.Automobil auto)
 {
     return(base.Channel.UpdateAutoAsync(auto));
 }
Exemplo n.º 4
0
 public void UpdateAuto(CarServiceCore.Context.Automobil auto)
 {
     base.Channel.UpdateAuto(auto);
 }
Exemplo n.º 5
0
 public void AddAuto(CarServiceCore.Context.Automobil auto)
 {
     base.Channel.AddAuto(auto);
 }
Exemplo n.º 6
0
 public System.Threading.Tasks.Task <bool> AutoExistsAsync(CarServiceCore.Context.Automobil auto)
 {
     return(base.Channel.AutoExistsAsync(auto));
 }
Exemplo n.º 7
0
 public bool AutoExists(CarServiceCore.Context.Automobil auto)
 {
     return(base.Channel.AutoExists(auto));
 }