Esempio n. 1
0
 private IQueryable <ContactInfoViewModel> GetData()
 {
     return(_iContactInfoService.GetAll());
 }