예제 #1
0
 IEnumerable <SystemAddressBook> IAddressBookService.GetAllSystemAddressBooks()
 {
     return(_repository.FindAllSystemAddressBooks());
 }