First Initial
This commit is contained in:
18
EF/_IBaseViewModel2.cs
Normal file
18
EF/_IBaseViewModel2.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TTSW.EF
|
||||
{
|
||||
public interface IBaseViewModel2<Key>
|
||||
{
|
||||
|
||||
DateTime Created { get; set; }
|
||||
|
||||
DateTime Updated { get; set; }
|
||||
|
||||
bool isActive { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user