Exemplo n.º 1
0
 //Department List
 public List <Department> GetDepartList()
 {
     return(EFBroker_DeptEmployee.GetDepartList());
 }