Exemplo n.º 1
0
        public static void Publish(Type fillingType, string message)
        {
            FillingException error = new FillingException(fillingType, message);

            BasePublish(error);
        }
Exemplo n.º 2
0
 public static void Publish(Type fillingType, string message)
 {
     FillingException error = new FillingException(fillingType, message);
     BasePublish(error);
 }