Ejemplo n.º 1
0
        public void GetProfileScoreCardsTest()
        {
            PerformanceService  service   = new PerformanceService();
            DateTime            date      = new DateTime(2015, 06, 19); // PeriodDate = {6/19/2015 10:06:00 AM} 236
            IpsProfileScorecard scorecard = service.GetProfileScoreCards(60, 228, null, date);

            Assert.IsTrue(scorecard != null);
        }