Data Entry + Clear Controls After Data Entry
I am trying to make a simple form that adds data to the database and if the data is valid clears/resets the textboxes and other controls. Currently I use a RelayCommand to send all the data from the controls to my View Model where it validates it and adds it to the database.