Ejemplo n.º 1
0
 public Setting FindById(Guid id)
 {
     return(_settingRepository.FindById(id));
 }