Exemplo n.º 1
0
 public Person GetPersonByID(Guid personId)
 {
     return((Person)_context.Find(typeof(Person), personId));
 }