Пример #1
0
 public void bilgigetir(string email, ref string ad, ref string soyad, ref string sifre, ref long tel)
 {
     kargashop.ServiceReference1.bilgigetirRequest inValue = new kargashop.ServiceReference1.bilgigetirRequest();
     inValue.email = email;
     inValue.ad    = ad;
     inValue.soyad = soyad;
     inValue.sifre = sifre;
     inValue.tel   = tel;
     kargashop.ServiceReference1.bilgigetirResponse retVal = ((kargashop.ServiceReference1.IService1)(this)).bilgigetir(inValue);
     ad    = retVal.ad;
     soyad = retVal.soyad;
     sifre = retVal.sifre;
     tel   = retVal.tel;
 }
Пример #2
0
 public System.Threading.Tasks.Task <kargashop.ServiceReference1.bilgigetirResponse> bilgigetirAsync(kargashop.ServiceReference1.bilgigetirRequest request)
 {
     return(base.Channel.bilgigetirAsync(request));
 }
Пример #3
0
 kargashop.ServiceReference1.bilgigetirResponse kargashop.ServiceReference1.IService1.bilgigetir(kargashop.ServiceReference1.bilgigetirRequest request)
 {
     return(base.Channel.bilgigetir(request));
 }