Website openantrag.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
OpenAntrag/OpenAntragLib/Models/RavenIndexModels.vb

10 lines
249 B

Public Class ProposalCountByRepresentationRIM
Public Property Key As String
Public Property Count As Integer
End Class
Public Class FeedbackCountByTypeRIM
Public Property Type As String
Public Property Count As Integer
End Class