Beispiel #1
0
 public void CancelOwnerAssignment(Guid cookie, Guid shopId)
 {
     if (_real != null)
     {
         _real.CancelOwnerAssignment(cookie, shopId);
     }
 }