public
LocationItem CheckIn(LocationItem item)
{
throw
new
NotImplementedException();
}
public
LocationItem CheckOut(LocationItem item)
{
throw
new
NotImplementedException();
}
public
void
Copy(LocationItem source, LocationItem destination)
{
throw
new
NotImplementedException();
}
public
LocationItem Edit(LocationItem item)
{
throw
new
NotImplementedException();
}
public
Guid GetCheckedOutBy(LocationItem item)
{
throw
new
NotImplementedException();
}
public
LocationItem GetLive(LocationItem cnt)
{
throw
new
NotImplementedException();
}
public
LocationItem GetMaster(LocationItem cnt)
{
throw
new
NotImplementedException();
}
public
LocationItem GetTemp(LocationItem cnt)
{
throw
new
NotImplementedException();
}
public
bool
IsCheckedOut(LocationItem item)
{
throw
new
NotImplementedException();
}
public
bool
IsCheckedOutBy(LocationItem item, Guid userId)
{
throw
new
NotImplementedException();
}
public
LocationItem Publish(LocationItem item)
{
throw
new
NotImplementedException();
}
public
LocationItem Schedule(LocationItem item, DateTime publicationDate, DateTime? expirationDate)
{
throw
new
NotImplementedException();
}
public
LocationItem Unpublish(LocationItem item)
{
throw
new
NotImplementedException();
}
public
Content CheckIn(Content item)
{
throw
new
NotImplementedException();
}
public
Content CheckOut(Content item)
{
throw
new
NotImplementedException();
}
public
void
Copy(Content source, Content destination)
{
throw
new
NotImplementedException();
}
public
Content Edit(Content item)
{
throw
new
NotImplementedException();
}
public
Guid GetCheckedOutBy(Content item)
{
throw
new
NotImplementedException();
}
public
Content GetLive(Content cnt)
{
throw
new
NotImplementedException();
}
public
Content GetMaster(Content cnt)
{
throw
new
NotImplementedException();
}
public
Content GetTemp(Content cnt)
{
throw
new
NotImplementedException();
}
public
bool
IsCheckedOut(Content item)
{
throw
new
NotImplementedException();
}
public
bool
IsCheckedOutBy(Content item, Guid userId)
{
throw
new
NotImplementedException();
}
public
Content Publish(Content item)
{
throw
new
NotImplementedException();
}
public
Content Schedule(Content item, DateTime publicationDate, DateTime? expirationDate)
{
throw
new
NotImplementedException();
}
public
Content Unpublish(Content item)
{
throw
new
NotImplementedException();
}