|
using Yuna.Website.Server.Model.YandexDevice;
|
|
|
|
namespace Yuna.Website.Server.Model
|
|
{
|
|
public class DeviceMapping
|
|
{
|
|
public YandexDeviceType DeviceType { get; set; }
|
|
public Device Device { get; set; }
|
|
public Dictionary<long,YandexProp> PropMappings { get; set; }
|
|
|
|
}
|
|
}
|