示例#1
0
 //depends on implementation: highly coupling
 //fere SRP: one motive to change - if I change EmailServices, I can break Client
 public bool IsValid() => EmailServices.IsValid(Email);