Exemplo n.º 1
0
        // Program List/Scheduled

        public static DataTable GetFleetList(int UserCompanyID, int VesselManager)
        {
            try
            {
                return(DAL_LMS_Training.GetFleetList(UserCompanyID, VesselManager));
            }
            catch
            {
                throw;
            }
        }