public List <AuditModel> GetListByCreatedTime(DateTime createdTime) { return(dal.GetListByCreatedTime(createdTime)); }