Exemplo n.º 1
0
 public void UpdateUserAccount(string emailAddress, string password,
                               string firstName, string lastName, string gender, DateTime dob, string townCity, string state, string country,
                               string occupationSector, string employmentLevel, string annualHouseholdIncome,
                               AppData.ChannelSubscriptions channelSubscriptions,
                               int softwareMajorVersionNumber,
                               int softwareMinorVersionNumber,
                               string machineGUID,
                               string newPcName,
                               string macAddress)
 {
     Channel.UpdateUserAccount(emailAddress, password, firstName, lastName, gender, dob,
                               townCity, state, country,
                               occupationSector, employmentLevel, annualHouseholdIncome,
                               channelSubscriptions,
                               softwareMajorVersionNumber,
                               softwareMinorVersionNumber,
                               machineGUID,
                               newPcName,
                               macAddress);
 }
Exemplo n.º 2
0
 public void AddStreamsFromSilentMergeByMachineGUID(string machineGUID, AppData.ChannelSubscriptions channelSubscriptions)
 {
     Channel.AddStreamsFromSilentMerge(machineGUID, channelSubscriptions);
 }