コード例 #1
0
 public List <Contact> GetContacts()
 {
     return(_contactRepo.GetContacts());
 }