Ejemplo n.º 1
0
 public static PresentInfo GetPresentById(int id)
 {
     return(dal.GetPresentById(id));
 }