예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="FilePath">Excel_Template</param>
 public B40190(string FilePath, string emDate)
 {
     _lsFile     = FilePath;
     _emDateText = emDate;
     dao40190    = new D40190();
 }
예제 #2
0
        public void Get49191FUTTest()
        {
            DataTable data = new D40190().Get49191FUT(new System.DateTime(2018, 10, 12));

            Assert.IsNotNull(data);
        }