Example #1
0
 public Contact GetByID(int id)
 {
     return(_contactDal.get(x => x.ContactID == id));
 }