This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
july.yuan
/
FISLib
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
b6b2462c0f
Grenar
Taggar
master
FISLib
/
Vinno.vCloud.Common.FIS
/
Consultation
/
ChatRole.cs
ChatRole.cs
127 B
Historik
Rå
1
2
3
4
5
6
7
8
namespace Vinno.vCloud.Common.FIS.Consultation
{
public enum ChatRole
{
Initiator,
Recipient
}
}