Пример #1
0
 public void Info(string controller, string method, string message, string username)
 {
     _loggerRepository.Info(controller, method, message, username);
 }