コード例 #1
0
        public static string GeneratePosebni(int posebniId)
        {
            var path = new ParceliDa().GetPosebni(posebniId);

            return(path);
        }
コード例 #2
0
        public static string GenerateOpsti(int opstiId)
        {
            var path = new ParceliDa().GetOpsti(opstiId);

            return(path);
        }