/// <summary> /// Create new ArtistRelease with Result /// </summary> /// <param name="data">Result</param> public ArtistRelease(ArtistReleaseResult data) { Data = data; ErrorMessage = Exceptions.Message; ErrorOccurred = Exceptions.ErrorOccurred; Response = Http.LastResponse; }
/// <summary> /// Create new ArtistRelease with Result /// </summary> /// <param name="data">Result</param> public ArtistRelease(ArtistReleaseResult data) { Data = data; Response = Http.LastResponse; }