This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
lg
/
55128.cn_kjh.55128.cn_m.55128.cn
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
934c0c0c23
Rami (Branch)
Tag
master
55128.cn_kjh...
/
CP55128
/
CB.Entity
/
BaseEntity.cs
BaseEntity.cs
118 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
using System;
namespace CB.Entity
{
public class BaseEntity
{
public int Id { get; set; }
}
}