Fixes the activity interface

main
Paul Schneider 9 years ago
parent 47342a3def
commit 34e4c5d229
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ namespace YavscLib
string Name { get; set; }
string ParentCode { get; set; }
string Photo { get; set; }
string Description { get; set; }
string ModeratorGroupName { get; set; }
int Rate { get; set; }
string SettingsClassName { get; set; }

Loading…