Esempio n. 1
0
 public void UpdateTrialPeriod(string companyId, DateTime trialStartDate, DateTime trialEndDate)
 {
     CManage.UpdateCompanyTrialPeriod(new Guid(companyId), trialStartDate, trialEndDate);
 }