rework guide mappings

This commit is contained in:
Luke Pulverenti
2017-02-04 18:32:16 -05:00
parent ac3ec6d185
commit 851364f84f
10 changed files with 289 additions and 322 deletions

View File

@@ -3,8 +3,8 @@
public class TunerChannelMapping
{
public string Name { get; set; }
public string Number { get; set; }
public string ProviderChannelNumber { get; set; }
public string ProviderChannelName { get; set; }
public string ProviderChannelId { get; set; }
public string Id { get; set; }
}
}