示例#1
0
        public List <UserMasterPOCO> GetAllUserForDropDown()
        {
            UserMasterDAL shipDal = new UserMasterDAL();

            return(shipDal.GetAllUserListForDropDown());
        }