Save Nomenclature

PHOTO EMBED

Mon Aug 22 2022 12:59:21 GMT+0000 (Coordinated Universal Time)

Saved by @HristoT #c#

// The properties of the class must be exactly as in the ACODE
var check = codeService.SaveModel(model, model.Acode /*If new... null*/, CodeType./*The type*/);
if (check.IsFailed)
{
    Mess.boxError(check.F_Print());
    return;
}
content_copyCOPY