Example #1
0
 public DLModel.NewsLetter GetNewsLetterAll(int _organizationID)
 {
     return(_newsLetterRepository.GetAll(rk => rk.OrganizationID == _organizationID).SingleOrDefault());
 }