Exemplo n.º 1
0
 public Exception Create <TResult>(UrsaApiException <TResult> ursaApiException)
 {
     return(Create((UrsaApiException)ursaApiException));
 }
Exemplo n.º 2
0
 public Exception Create(UrsaApiException ursaApiException)
 {
     return(_factory(ursaApiException));
 }