Пример #1
0
 public static PresentInfo GetPresentByPresentNum(string presentNum)
 {
     return(dal.GetPresentByPresentNum(presentNum));
 }