Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <KTN.KTNServiceRef.RegionDto[]> GetRegionsAsync(KTN.KTNServiceRef.RegionsType type)
 {
     return(base.Channel.GetRegionsAsync(type));
 }
Ejemplo n.º 2
0
 public KTN.KTNServiceRef.RegionDto[] GetRegions(KTN.KTNServiceRef.RegionsType type)
 {
     return(base.Channel.GetRegions(type));
 }