Ejemplo n.º 1
0
 public AuditModel GetModelByCreatedTime(DateTime createdTime)
 {
     return(dal.GetModelByCreatedTime(createdTime));
 }