Exemplo n.º 1
0
 //Collection Point
 public string GetDepartmentForCollectionPointSelected(string deptcode)
 {
     return(EFBroker_DeptEmployee.GetDepartmentForCollectionPointSelected(deptcode));
 }