Ejemplo n.º 1
0
        public VfpRepository(IVfpContextProvider <TVfpContext> dbContextProvider)
        {
            DbContextProvider = dbContextProvider;

            LocalEventBus           = NullLocalEventBus.Instance;
            DistributedEventBus     = NullDistributedEventBus.Instance;
            EntityChangeEventHelper = NullEntityChangeEventHelper.Instance;
        }
Ejemplo n.º 2
0
 public CityRepository(IVfpContextProvider <ITestAppVfpContext> dbContextProvider)
     : base(dbContextProvider)
 {
 }