Initial Commit ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace xModels.Base {
|
||||
/// <summary>
|
||||
/// a BaseEntity Class which has Id of string type
|
||||
/// </summary>
|
||||
public class XBaseStringIDEntity : XBaseEntity<string> { }
|
||||
}
|
||||
Reference in New Issue
Block a user