Ejemplo n.º 1
0
 public TapEntity GetDeepTap(int?IdTap)
 {
     return(Tap.GetOneDeep(IdTap));
 }