コード例 #1
0
        public bool IncCounter(string ShortName = "", string counter = "DL", string Customer = "known")
        {
            if (string.IsNullOrEmpty(Customer))
            {
                Customer = "known";
            }

            return(RZRestAPIv2.IncCounter(ShortName, counter, Customer));
        }
コード例 #2
0
 public bool IncCounter(string ShortName = "", string counter = "DL", string Customer = "known")
 {
     return(RZRestAPIv2.IncCounter(ShortName, counter));
 }