Exemple #1
0
 internal OvationMsgOut(OvationSource source, string objectType) : base(source)
 {
     OutType = objectType;
 }
Exemple #2
0
 internal OvationOut(OvationSource source, int id) : base(source)
 {
     Id = id;
 }