Exemplo n.º 1
0
 public ApplicationBase(Data.Application application)
 {
     this._applicationData = application;
 }
Exemplo n.º 2
0
        // TODO: implement

        public RuntimeBase(Application application)
        {
            this._application = application;
            this._cache       = new Dictionary <ServiceType, ICache>();
        }