Exemplo n.º 1
0
 public DateTimeModel(CognitiveModel model)
 {
     Type = model.Type;
     Text = model.Text;
 }
Exemplo n.º 2
0
 public ServiceModel(CognitiveModel model)
 {
     Type = model.Type;
     Text = model.Text;
 }