Exemplo n.º 1
0
        public string GetNewCode()
        {
            var service = new sys_codeService();

            return(service.GetNewKey("Code", "maxplus").PadLeft(3, '0'));
        }
Exemplo n.º 2
0
 public string GetNewCode()
 {
     var service = new sys_codeService();
     return service.GetNewKey("Code", "maxplus").PadLeft(3,'0');
 }