コード例 #1
0
 public List <AuditModel> GetListByCreatedTime(DateTime createdTime)
 {
     return(dal.GetListByCreatedTime(createdTime));
 }