コード例 #1
0
ファイル: PromotionBLL.cs プロジェクト: syunie/.NETandCloud
 public static int Add(PromotionInfo model)
 {
     return(dal.Add(model));
 }