示例#1
0
 public IEnumerable <Gift> GetRegisrty(int categoryId)
 {
     _loggingService.LogDebug(string.Format("Retrieving all gifts in category {0}", categoryId));
     return(_giftRepository.GetAllGiftsForCategory(categoryId));
 }