using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace asda.Model
{
class Products
{
public class auth
{
public string appKey { get; set; }
public string appSecret { get; set; }
}
public class pagingData
{
public int currentPage { get; set; }
public int pageSize { get; set; }
public int totalCount { get; set; }
public int pageCount { get; set; }
}
}
}asda>Classes.csusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using asda.Model;
namespace asda.Model
{
class Classes
{
class GetCategoryAttributesRequest
{
}
}
}Benim istediğim şey ise "GetCategoryAttributesRequest" in içine Products.cs içerisinde bulunan auth classının değişkenlerini çekmek(appKey ve appSecret)Not:Konuyu nerde açacağımı bilemedim o yüzden burada açtım,mod'lar uygun bir yere taşırsa sevinirim