예제 #1
0
        /// <summary>
        /// Returns the day lookup.
        /// </summary>
        /// <returns>The day lookup.</returns>
        public List <DayLookupDto> GetDayLookup()
        {
            this.SetResponseHeaderCacheExpiration(30);

            DayServerService service = new DayServerService();

            return(service.GetDayLookup());
        }
 public void TestCleanup()
 {
     this.service = null;
 }
 public void TestInitialize()
 {
     this.service = new DayServerService();
 }