Пример #1
0
 public IEnumerable <AppUser> GetExistingSubscribers()
 {
     return(_subscriberRepository.GetAllExistingSubcribers());
 }