Exemplo n.º 1
0
 public PlatformPatientRecordService(IDapperContext context)
     : base(context)
 {
     MdkConfiguration.AddCustomConfig <XmlDictConfig>();
     mdkConfig = MdkConfiguration.GetConfig();
 }
Exemplo n.º 2
0
 public PlatformChargeInfoService(IDapperContext context)
     : base(context)
 {
     MdkConfiguration.AddCustomConfig <XmlDictConfig>();
     mdkConfig = MdkConfiguration.GetConfig();
 }