Example #1
0
File: BLL_Xe.cs Project: ovitan/VB1
 public List <DTO_Xe> GetAll_Xe_1()
 {
     return(dal_xe.GetAll_Xe_1());
 }
Example #2
0
 private void BindDataGridView_TTxe()
 {
     grv_TTxe.DataSource = dal_xe.GetAll_Xe_1();
 }