Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> UpdateSettingsAsync(USClothesWebSite.DTO.Settings updatedSettings)
 {
     return(base.Channel.UpdateSettingsAsync(updatedSettings));
 }
Ejemplo n.º 2
0
 public string UpdateSettings(USClothesWebSite.DTO.Settings updatedSettings)
 {
     return(base.Channel.UpdateSettings(updatedSettings));
 }