예제 #1
0
        public int RepositoryRemoveTests()
        {
            pm.RemovePrinter(p1);
            pm.RemovePrinter(p2);

            return(pm.PrintersCounter);
        }