Exemplo n.º 1
0
 public Person GetName(string id)
 {
     return(_dbInteraction.PerfomReadRequest((new Commands()).Read(id)).First());;
 }