jueves, 17 de septiembre de 2015

Entity.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Migration.Target.Dao.Entities
{
    public abstract class Entity
    {
        public virtual long Id { get; set; }
    }
}

No hay comentarios:

Publicar un comentario