Exemplo n.º 1
0
        public ApplicationViewModel()
        {
            db    = new GIBDDContext();
            repos = new DBReposSQL();
            //Vehicles = new ObservableCollection<Vehicle>
            //{
            //    new Vehicle { RegistrationNumber="А707ХХ" }
            //};
            LoadData();

            this.maintenanceService = new MaintenanceService(db);
        }
Exemplo n.º 2
0
 public DBDataOperation(IDbRepos repos)
 {
     db     = repos;
     serOut = new Service.OutService();
 }
Exemplo n.º 3
0
 public DBDataOperations(IDbRepos repos)
 {
     db = repos;
 }
 public DbDataOperation(IDbRepos repos)
 {
     db = repos;
 }
 public BugetService(IDbRepos db)
 {
     this.db = db;
 }
Exemplo n.º 6
0
 public PlanningService(IDbRepos db)
 {
     this.db = db;
 }
Exemplo n.º 7
0
 public ChitatelService(IDbRepos repos)
 {
     db = repos;
 }
Exemplo n.º 8
0
 public OtchetsService(IDbRepos repos)
 {
     db = repos;
 }