示例#1
0
 public VMEmployés()
 {
     Employés      = new ObservableCollection <Employé>(DAL.GetEmployés());
     NouvelEmployé = new Employé();
 }