Exemplo n.º 1
0
 public Shared Get(int entityID)
 {
     return(_sharedRepository.Get(x => x.SharedID == entityID));
 }