Exemple #1
0
        public static string GetHoles(string h)
        {
            var hole = new Holes();

            return(hole.GetHole(Convert.ToInt32(h)));
        }
Exemple #2
0
        public static string GetHoles(int h)
        {
            var hole = new Holes();

            return(hole.GetHole(h));
        }