public void EditPhysicalInformationTest()
        {
            string personId = "092791334a914b24b7c1e2408360508e";
            var    edit     = _queryService.EditPhysicalInformation(personId);

            Assert.IsNotNull(edit);
        }
Beispiel #2
0
 public PhysicalInformationEditModel EditPhysicalInformation(string personId)
 {
     return(_modelManagementQueryServices.EditPhysicalInformation(personId));
 }