Exemplo n.º 1
0
        private static MultipleCodeSystemCodeQuery EnsureQueryModel(MultipleCodeSystemCodeQuery model)
        {
            if (model.CodeGuids == null)
            {
                model.CodeGuids = new Guid[] { };
            }

            return(model);
        }
Exemplo n.º 2
0
        private static MultipleCodeSystemCodeQuery EnsureQueryModel(MultipleCodeSystemCodeQuery model)
        {
            if (model.CodeGuids == null)
            {
                model.CodeGuids = Array.Empty <Guid>();
            }

            return(model);
        }