\Api\kriptitco\Models\Kullanici.cs

Return Back
namespace kriptitco.Models
{
public class Kullanici
{
public string KullaniciAd { get; set; }
public string Sifre { get; set; }
}
}