teamcanada.Tests.Models.InMemoryContributionRepository.SaveChanges C# (CSharp) Méthode

SaveChanges() public méthode

public SaveChanges ( ) : int
Résultat int
        public int SaveChanges()
        {
            return 1;
        }

Same methods

InMemoryContributionRepository::SaveChanges ( Contributions ContributionToUpdate ) : void