コード例 #1
0
 public void ValidateDateForCreaton(string date)
 {
     DateForCreaton = validateData.ParseFromDateTimeToDateTimeWhioutLeter(date);
 }