This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
ols
/
PaySharp
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
develop
master
PaySharp
/
PaySharp.Core
/
Response
/
IResponse.cs
IResponse.cs
116 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
7
namespace PaySharp.Core.Response
{
public interface IResponse
{
string Raw { get; set; }
}
}