There is a generic HttpService which handles Http requests for the entire application. My intention is that this http service either returns a result of type T (on success) or throws an exception which the caller can handle basing on the status code.
Обсуждают сегодня