Skip to content

Instantly share code, notes, and snippets.

View gabrielsimas's full-sized avatar
💭
Always happy and ready to coding the World!

Gabriel Simas gabrielsimas

💭
Always happy and ready to coding the World!
View GitHub Profile
@gabrielsimas
gabrielsimas / Editora.cs
Created October 13, 2015 21:27
Minhas entidades
//Editora.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ArtigoUnity.Dominio.Entidade
{
[Serializable]