Example #1
0
        public List <Books> DrawBookToProfile()
        {
            ProfileController cigo   = new ProfileController(sanyika);
            MemberRecord      menjma = cigo.GetCurrentUser();

            return(sanyika.BookOnProfile(menjma.User_Idint));
        }