Exemplo n.º 1
0
 public System.Threading.Tasks.Task <BE.car[]> sinun_carAsync(BE.gear gi, BE.catagory_of_vehicles cat, int mak, int dor)
 {
     return(base.Channel.sinun_carAsync(gi, cat, mak, dor));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <BE.Client[]> select_clientAsync(BE.catagory_of_vehicles cat)
 {
     return(base.Channel.select_clientAsync(cat));
 }
Exemplo n.º 3
0
 public BE.car[] sinun_car(BE.gear gi, BE.catagory_of_vehicles cat, int mak, int dor)
 {
     return(base.Channel.sinun_car(gi, cat, mak, dor));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <BE.car> > sinun_carAsync(BE.gear gi, BE.catagory_of_vehicles cat, int mak, int dor)
 {
     return(base.Channel.sinun_carAsync(gi, cat, mak, dor));
 }
Exemplo n.º 5
0
 public BE.Client[] select_client(BE.catagory_of_vehicles cat)
 {
     return(base.Channel.select_client(cat));
 }
Exemplo n.º 6
0
 public System.Collections.Generic.List <BE.car> sinun_car(BE.gear gi, BE.catagory_of_vehicles cat, int mak, int dor)
 {
     return(base.Channel.sinun_car(gi, cat, mak, dor));
 }
Exemplo n.º 7
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <BE.Client> > select_clientAsync(BE.catagory_of_vehicles cat)
 {
     return(base.Channel.select_clientAsync(cat));
 }
Exemplo n.º 8
0
 public System.Collections.Generic.List <BE.Client> select_client(BE.catagory_of_vehicles cat)
 {
     return(base.Channel.select_client(cat));
 }
 public List <BE.car> sinun_car(BE.gear gi, BE.catagory_of_vehicles cat, int mak, int dor)
 {
     return(bl.sinun_car(gi, cat, mak, dor));
 }
Exemplo n.º 10
0
 public List <BE.Client> select_client(BE.catagory_of_vehicles cat)
 {
     return(bl.select_client(cat));
 }