Beispiel #1
0
        public void UpdateContributionType(R_ContributionType t)
        {
            //Requires.NotNull(t);
            //Requires.PropertyNotNegative(t, "ContributionTypeId");

            t.Update();
        }
Beispiel #2
0
 public void DeleteContributionType(R_ContributionType t)
 {
     t.IsDeleted = true;
     t.Update();
 }