Exemple #1
0
 public DateTime GetDateTime(TimePeriodType periodType, int quantity)
 {
     return(_dateTime.AddTimePeriod(periodType, quantity));
 }