コード例 #1
0
 public IQueryable <ContactDTO> GetAllContacts()
 {
     using (CMRepository repo = new CMRepository())
     {
         return(repo.GetAllContacts());
     }
 }