public int DeleteByCreatedTime(DateTime createdTime) { return(dal.DeleteByCreatedTime(createdTime)); }