예제 #1
0
파일: Client.cs 프로젝트: fabioono25/SOLID
 //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);