Exemplo n.º 1
0
 public ActivityProfileEntity(byte[] body, string contentType)
 {
     Document = new DocumentEntity(body, contentType);
 }
Exemplo n.º 2
0
 public AgentProfileEntity(byte[] content, string contentType)
 {
     Document = new DocumentEntity(content, contentType);
 }
Exemplo n.º 3
0
 public ActivityStateEntity(byte[] content, string contentType)
 {
     Document = new DocumentEntity(content, contentType);
 }
Exemplo n.º 4
0
 public ActivityStateEntity()
 {
     Document = new DocumentEntity();
 }
 public ActivityProfileEntity()
 {
     Document = new DocumentEntity();
 }