Ejemplo n.º 1
0
        public List <UserMasterPOCO> GetAllUserByShipForDropDown(int shipId)
        {
            UserMasterDAL shipDal = new UserMasterDAL();

            return(shipDal.GetAllUserListByShipForDropDown(shipId));
        }