Ejemplo n.º 1
0
 public void Set(IInstanceIndexHolder interfaceInstance)
 {
     this.interfaceInstance = interfaceInstance;
 }
Ejemplo n.º 2
0
 public void Set(string author, int year, IInstanceIndexHolder interfaceInstance)
 {
     this.theAuthor            = author;
     this.theYear              = year;
     this.theInterfaceInstance = interfaceInstance;
 }