Exemplo n.º 1
0
        public List <sp_UserPengguna_Result> GetAllUsers()
        {
            var list = db.sp_UserPengguna("").ToList();

            return(list);
        }