Toumash / webcon-wrapper

.NET Standard tested library to simplify usage of Webcon Api (2018 - they have still 8.2 version of the api)
MIT License
2 stars 0 forks source link

New ideas #3

Open Toumash opened 6 years ago

Toumash commented 6 years ago

classes generations with namespaces based on database

treeview which will select form types

new Pracownik() { Imie = "Tomasz", Nazwisko = "Dluski" }.Zapisz();

new Pracownik() { Imie = "Bartosz", Nazwisko = "Kusiak", Tytul = "Pomyslodawca" }.Zapisz();