Esempio n. 1
0
        public bool IsRich()
        {
            IWallet dsadf = new TociWallet();
            IHuman <IWallet, string> leon = new Woman <TociWallet, string>();

            return(true);
        }
Esempio n. 2
0
        public void dummy()
        {
            Woman <IWallet, string> w = new Woman <IWallet, string>();

            w.WantsToPee();

            w.WasBirthSuccessfull();

            List <string> dafaq = new List <string>();

            dafaq.Add("leon");
        }