示例#1
0
        public void UpdateContributionChannel(R_ContributionChannel t)
        {
            //Requires.NotNull(t);
            //Requires.PropertyNotNegative(t, "ContributionChannelId");

            t.Update();
        }
示例#2
0
 public void DeleteContributionChannel(R_ContributionChannel t)
 {
     t.IsDeleted = true;
     t.Update();
 }