예제 #1
0
 public IEnumerable <Contact> GetContacts()
 {
     _repository = new ContactsRepository();
     return(_repository.GetContacts());
 }