Skip to content
Snippets Groups Projects
Commit e06d22e1 authored by Michal Ondrejička's avatar Michal Ondrejička Committed by Daniel Andrášik
Browse files

Add database name to the client contract

Ref #40
Changelog: added
parent 302271b3
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,7 @@ namespace SDK.Models
public Guid Guid { get; set; }
public string Title { get; set; }
public string DBName { get; set; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment