コード例 #1
0
 public VIPClass(writtingIntoFile thewirttingIntoFile, connectingToDB theconnectiongToDb)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public AclassWithDependentConstructor()
 {
     var ThewirttingIntoFile = new writtingIntoFile();
     var TheconnectiongToDB = new connectingToDB();
     vipClass = new VIPClass(ThewirttingIntoFile, TheconnectiongToDB);
 }