コード例 #1
0
 public ActionResult Add(AddPro_SortInput input)
 {
     if (string.IsNullOrEmpty(input.Pid))
     {
         input.Pid = "0";
     }
     input.ShopID = this.CurrentSession.ShopID;
     this.Service.Add(input);
     return(this.AddSuccessMsg());
 }
コード例 #2
0
 public void Add(AddPro_SortInput input)
 {
     this.InsertFromDto(input);
 }