예제 #1
0
 public static void NotValidResponse(this ResponseBase response, string message)
 {
     response.HandlerResponse(message, false);
 }