API_MEDKINECT.Roles.create_roles C# (CSharp) Méthode

create_roles() public méthode

public create_roles ( ) : Object
Résultat Object
        public Object create_roles()
        {
            return this.conexion_rest("post", "api/roles/new", this, -1);
        }