コード例 #1
0
 public string updatePartyToBusinessCase(parParties parParties)
 {
     try
     {
         return(courtServicesClient.updatePartyToBusinessCase(parParties.toPPoParParties()));
     }
     catch (Exception ex)
     {
         logger.LogException(ex);
         return(Failed);
     }
 }
コード例 #2
0
 public static PublicProsecutionService.parParties toPPoParParties(this parParties parParties)
 {
     return(AutoMapper.Mapper.Map <PublicProsecutionService.parParties>(parParties));
 }