This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
ols
/
PaySharp
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
develop
master
PaySharp
/
PaySharp.Core
/
Response
/
IResponse.cs
IResponse.cs
116 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
namespace PaySharp.Core.Response
{
public interface IResponse
{
string Raw { get; set; }
}
}