Exemple #1
0
 public static DataSet GetCountSmsInPeriodDate(Guid userGuid)
 {
     Business.Sms smsController = new Business.Sms();
     return(smsController.GetCountSmsInPeriodDate(userGuid));
 }