Ejemplo n.º 1
0
        public bool GetApi <T>(LayerType layerType, out BasicLayerApi_I <T> basicLayer)
            where T : Poco_I
        {
            throw new NotImplementedException();

            //var type = typeof(T);

            //if (_.Context.Layers.Data.Apis.TryGetValue(type.TypeHandle, out object dataObject))
            //{
            //    return dataObject;
            //}

            //return null;
        }
Ejemplo n.º 2
0
 public override bool GetApi <T>(LayerType layerType, out BasicLayerApi_I <T> basicLayer)
 {
     throw new System.Exception("Not implemeted");
 }