Beispiel #1
0
 public List <CTDoan> GetCTDoanByDoan()
 {
     this.listCTDoan = DalDoanDL.GetCTDoanByDoan(this);
     return(listCTDoan);
 }