Beispiel #1
0
 public void RemoveBinder(IEntityBind binder)
 {
     _impls.Remove(binder);
 }
Beispiel #2
0
 public void AddBinder(IEntityBind binder)
 {
     _impls.Add(binder);
 }