Tests.EmployeeRepositoryEF_Novice.Upsert C# (CSharp) Method

Upsert() public method

public Upsert ( Employee employee ) : int
employee Employee
return int
        public int Upsert(Employee employee)
        {
            throw new NotImplementedException();
        }
    }