Пример #1
0
        public XYZRepository(IServiceProvider locator, IDatabaseQuery query, IEagerNotification Notifications, IDataCache <global::Test.XYZ> DataCache)

        {
            this.Locator       = locator;
            this.DatabaseQuery = query;

            this.Notifications = Notifications;

            this.DataCache = DataCache;
        }
Пример #2
0
        public InputRepository(IServiceProvider locator, IDatabaseQuery query, IEagerNotification Notifications, IDataCache <global::FormABC.Input> DataCache)

        {
            this.Locator       = locator;
            this.DatabaseQuery = query;

            this.Notifications = Notifications;

            this.DataCache = DataCache;
        }
Пример #3
0
        public CustomerRepository(IServiceProvider locator, IDatabaseQuery query, IEagerNotification Notifications, IDataCache <global::UseCase1.Customer> DataCache)

        {
            this.Locator       = locator;
            this.DatabaseQuery = query;

            this.Notifications = Notifications;

            this.DataCache = DataCache;
        }