Exemple #1
0
 public BaseResponse <SystemConfig> Add(SystemConfig model)
 {
     return(shareService.AddSystemConfig(model));
 }