aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/DISPENSER.cs
Commit message (Collapse)AuthorAgeFilesLines
* Added new events !!!Roy Ben-Shabat2019-01-071-1/+5
|
* Working on dispenserssssssssRoy Ben Shabat2018-12-301-0/+8
|
* Added DISPENSERS & SPOOLS tables.Roy Ben Shabat2018-12-291-0/+27
| | | | Modified Observable Entities to have an On****Changed methods !
* Removed Dispensers & Cartridges!Roy Ben-Shabat2018-01-161-34/+0
| | | | Only Dispenser Type & CartridgeType now.
* MERGE.Roy Ben-Shabat2017-12-191-0/+1
|
* Added DAL.Observables project.Roy Ben-Shabat2017-12-101-3/+3
| | | | | Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
* Added CARTRIDGE_TYPES & DISPENSER_TYPES tables to SQLServer & SQLite.Roy Ben-Shabat2017-12-061-0/+2
|
* Started Remote <=> Local Synchronization... /;Roy Ben-Shabat2017-11-271-1/+1
|
* Split DAL to DAl.Local & DAL.Remote due to ambiguity of table names in EF.Roy Ben-Shabat2017-11-271-0/+31
Implemented Unit testing for SQLite & SQL Server connections.