示例#1
0
 public static bool ExistsPresent(int presentId)
 {
     return(dal.ExistsPresent(presentId));
 }