This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
ols
/
PaySharp
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
master
Dallar
Biçim İmleri
develop
master
PaySharp
/
PaySharp.Core
/
Response
/
IResponse.cs
IResponse.cs
116 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
7
namespace PaySharp.Core.Response
{
public interface IResponse
{
string Raw { get; set; }
}
}