Ejemplo n.º 1
0
 public string SendWidget(Widget widget)
 {
     return string.Format("Sent {0} to {1}", widget.Message, widget.Recipient);
 }
Ejemplo n.º 2
0
 public Widget Create(Widget instance)
 {
     return _widgetProvider.CreateWidget(instance);
 }