示例#1
0
        public IzFactory CreatezFactory()
        {
            IzFactory factory = null;

            try
            {
                factory = new zFactory();
            }
            catch (Exception exception)
            {
                this.Log.Error("Exception message: " + exception.Message + " and stacktrace " + exception.StackTrace);
            }

            return(factory);
        }
示例#2
0
 public Interfaces.Results.SurgeonDayAssignments.Iz GetElementsAt(
     IzResultElementFactory zResultElementFactory,
     IzFactory zFactory,
     Ist st)
 {
     return(zFactory.Create(
                st.Value
                .Select(
                    i => zResultElementFactory.Create(
                        i.sIndexElement,
                        i.tIndexElement,
                        this.GetElementAt(
                            i.sIndexElement,
                            i.tIndexElement)))
                .ToImmutableList()));
 }
        public IzFactory CreatezFactory()
        {
            IzFactory factory = null;

            try
            {
                factory = new zFactory();
            }
            catch (Exception exception)
            {
                this.Log.Error(
                    exception.Message,
                    exception);
            }

            return(factory);
        }