Пример #1
0
 public void InsertUsersPersonalDetailsTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     UserPersonalDetailsDto dto = null; // TODO: Initialize to an appropriate value
     target.InsertUsersPersonalDetails(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }