Esempio n. 1
0
 public void TestPhongTrong_ThieuTiet()
 {
     this.QLPhongTrong
         = new QuanLy.PhongTrong(
               "1",
               "", // Rỗng
               DateTime.ParseExact(
                   "2018-03-20",
                   "yyyy-MM-dd",
                   CultureInfo.InvariantCulture
                   ));
 }
Esempio n. 2
0
 public void TestPhongTrong_DayDu()
 {
     this.QLPhongTrong
         = new QuanLy.PhongTrong(
               "1",
               "1",
               DateTime.ParseExact(
                   "2018-03-20",
                   "yyyy-MM-dd",
                   CultureInfo.InvariantCulture
                   ));
 }