Esempio n. 1
0
 public UniqueItem SearchByCreatedAt(DateTime CreatedAt)
 {
     return(UIRep.SearchByCreatedAt(CreatedAt));
 }