* include new external login interfaces in ApiExtended
* new ext method to simplify api access in file liberator
This commit is contained in:
parent
51020ef99e
commit
926a7a1148
8 changed files with 66 additions and 32 deletions
12
DtoImporterService/ImportItem.cs
Normal file
12
DtoImporterService/ImportItem.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using AudibleApi.Common;
|
||||
|
||||
namespace DtoImporterService
|
||||
{
|
||||
public class ImportItem
|
||||
{
|
||||
public Item DtoItem { get; set; }
|
||||
public string AccountId { get; set; }
|
||||
public string LocaleName { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue