Example #1
0
 public Person GetItemById(int?id)
 {
     return(personRepo.GetItemById(id));
 }