Tests.EmployeeRepositoryEF_Novice.Upsert C# (CSharp) Méthode

Upsert() public méthode

public Upsert ( Employee employee ) : int
employee Employee
Résultat int
        public int Upsert(Employee employee)
        {
            throw new NotImplementedException();
        }
    }