Exemplo n.º 1
0
 private void LoadGrid()
 {
     dgAttendance.DataContext = attendanceBLL.LoadGridARBLL(LoginEntity.UserID);
 }