refabrique:
* Nouvel espace de noms: Yavsc.Interfaces * Nouvelle interface : ILifeTime * Factorisationmain
parent
1bb21447eb
commit
b7ac60b2a8
@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace Yavsc.Interfaces
|
||||||
|
{
|
||||||
|
public interface ILifeTime
|
||||||
|
{
|
||||||
|
DateTime Modified { get; set; }
|
||||||
|
DateTime Posted { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue