Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> SetGlobalSettingsAsync(AttiLA.Test.LocalizationService.LocalizationServiceReference.GlobalSettings newSettings)
 {
     return(base.Channel.SetGlobalSettingsAsync(newSettings));
 }
Exemplo n.º 2
0
 public bool SetGlobalSettings(AttiLA.Test.LocalizationService.LocalizationServiceReference.GlobalSettings newSettings)
 {
     return(base.Channel.SetGlobalSettings(newSettings));
 }