client/src/Iri.Modernisation.Data/Models/IVideoBookConverter.cs
changeset 30 644e3cd48034
equal deleted inserted replaced
29:5f8d275750e7 30:644e3cd48034
       
     1 using System;
       
     2 using System.Net;
       
     3 using System.Windows;
       
     4 using System.Windows.Controls;
       
     5 using System.Windows.Documents;
       
     6 using System.Windows.Ink;
       
     7 using System.Windows.Input;
       
     8 using System.Windows.Media;
       
     9 using System.Windows.Media.Animation;
       
    10 using System.Windows.Shapes;
       
    11 
       
    12 namespace Iri.Modernisation.Data.Models
       
    13 {
       
    14     public interface IVideoBookConverter
       
    15     {
       
    16         VideoBook ConvertToVideoBook();
       
    17     }
       
    18 }