Ejemplo n.º 1
0
 public ResponseData GetResponseData(Exception exception, ResponseContext responseContext) =>
 GetResponseDataGeneric(exception as T, responseContext);
Ejemplo n.º 2
0
 public ResponseData GetResponseDataGeneric(T exception, ResponseContext responseContext) =>
 _optionsBuilder(exception, responseContext);