Exemplo n.º 1
0
 public GroupSummaryConverter(GroupSummary sdkGroupSummary)
 {
     this.sdkGroupSummary = sdkGroupSummary;
     this.apiGroupSummary = null;
 }
Exemplo n.º 2
0
 public GroupSummaryConverter(Silanis.ESL.API.GroupSummary apiGroupSummary)
 {
     this.apiGroupSummary = apiGroupSummary;
     this.sdkGroupSummary = null;
 }