teamcanada.Tests.Models.InMemoryContributionRepository.SaveChanges C# (CSharp) Method

SaveChanges() public method

public SaveChanges ( ) : int
return int
        public int SaveChanges()
        {
            return 1;
        }

Same methods

InMemoryContributionRepository::SaveChanges ( Contributions ContributionToUpdate ) : void