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

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