Beispiel #1
0
        //for Ranks drp
        public List <UserMasterPOCO> GetAllRanksForDrp(/*int VesselID*/)
        {
            UserMasterDAL dAL = new UserMasterDAL();

            return(dAL.GetAllRanksForDrp(/*VesselID*/));
        }