Exemple #1
0
 public void CreateNew(Error model)
 {
     _errorRepository.CreateNew(model);
 }