Пример #1
0
 public int DeleteByCreatedTime(DateTime createdTime)
 {
     return(dal.DeleteByCreatedTime(createdTime));
 }