コード例 #1
0
 public List <DBEntities.Entities.ContactInfo> GetAllContactInfo()
 {
     return(_contactInfoRepository.GetAllContactInfo());
 }