public string DescribeYourClothes()
 {
     return($"Today i dressed in: {_shirt.GetType().Name} and {_trousers.GetType().Name}");
 }
Beispiel #2
0
 public string DescribeYourClothes()
 {
     return($"Today I'm dressed in: {_shirt.GetType().Name} and {_trousers.GetType().Name} with a pair of {_eyewear.GetType().Name}");
 }
Beispiel #3
0
 public string DecribeYourClothes()
 {
     return($"Bugün giydiklerim: {_shirt.GetType().Name} ve {_trousers.GetType().Name}");
 }