Example #1
0
 public TapEntity GetTap(int?IdTap)
 {
     return(Tap.GetOne(IdTap));
 }