Example #1
0
        public List <Losts> GetMyLosts(int userId)
        {
            Losts s = new Losts();

            return(s.GetMyLosts(userId));
        }