Пример #1
0
 public Contact GetContactById(int id)
 {
     return(_contact.GetContactById(id));
 }