﻿using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Platnosci.Models
{
    public class ErrorViewData
    {
       public string error { get; set; }
       public OperationType type { get; set; }
       public string tytul {get; set;}
       public int idfaktury { get; set; } 
    }
}
