Example #1
0
 public IEnumerable <News> Get(DateTime date)
 {
     return(_newsManagementService.GetAllByDate(date));
 }