예제 #1
0
 public DataTable GetDepartments(string storeID)
 {
     return(getGui.GetAllDepartments(storeID));
 }