Ejemplo n.º 1
0
 public SystemConfig GetSystemConfig(string code)
 {
     return(_systemConfigRepository.GetSingle(x => x.Code == code));
 }