Exemple #1
0
 public bool CheckIfStartFromDateExist(DateTime startFrom)
 {
     return(_dataFetcher.CheckIfStartFromDateExist(startFrom));
 }