Ejemplo n.º 1
0
        public string Post(string factoryCode, string categoryCode)
        {
            var code = _identifierService.GenerateCodeFor(factoryCode, categoryCode);

            return(code);
        }