aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/CONTACT.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented auto DTO generation.Roy Ben Shabat2019-02-231-1/+0
| | | | | | Implemented mapping of DTO <=> Observables. Organization of unit tests. Removed DELETED from ADDRESS & CONTACT.
* 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/+40
Implemented Unit testing for SQLite & SQL Server connections.