예제 #1
0
    private void OpenCreateAuthorModal()
    {
        CreateValidationsRef.ClearAll();

        NewAuthor = new CreateAuthorDto();
        CreateAuthorModal.Show();
    }
예제 #2
0
 private void OpenCreateAuthorModal()
 {
     NewAuthor = new CreateAuthorDto();
     CreateAuthorModal.Show();
 }