Exemplo n.º 1
0
 public RegisterPluginRequest(string tin, string officeAddress1, string officeAddress2, Repository.Settings.PMS.Types pmsType, string pmsVersion)
 {
     TIN             = tin;
     Office_Address1 = officeAddress1;
     Office_Address2 = officeAddress2;
     _pluginType     = pmsType;
     Practice_Managment_System_Version = $"{pmsType} {pmsVersion}";
 }
Exemplo n.º 2
0
 public UpdatePluginRegistrationRequest(string machineId, string officeAddress1, string officeAddress2, Repository.Settings.PMS.Types pmsType, string pmsVersion)
 {
     Token           = machineId;
     Office_Address1 = officeAddress1;
     Office_Address2 = officeAddress2;
     Practice_Managment_System_Version = $"{pmsType} {pmsVersion}";
 }