Example #1
0
 public void Apply(IIdentityInstance instance)
 {
     instance.Not.Nullable();
     instance.Unique();
 }