Ejemplo n.º 1
0
 public void AddContext(Context otherContext)
 {
     if (otherContext.injectionBinder.IsEmpty())
     {
         otherContext.MapBindings();
     }
     injectionBinder.AddBinder(otherContext.injectionBinder);
 }