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.
|
|
|
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 |