예제 #1
0
 public static IList <PresentInfo> GetPresentByCharacter(ProductCharacter productCharacter)
 {
     return(dal.GetPresentByCharacter(productCharacter));
 }