Example #1
0
 public static DataTable Dash_GetFleetList(int UserCompanyID)
 {
     return(DAL_Dashboard.Dash_GetFleetList_DL(UserCompanyID));
 }