コード例 #1
0
 public Contact GetById(int id)
 {
     return(_contactDAL.Get(x => x.ContactId == id));
 }