Example #1
0
 public bool CreateError(string message, string parameter, Exception e)
 {
     return(_errorLogRepository.CreateError(message, parameter, e));
 }