init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Core.Domain.Interface
|
||||
{
|
||||
public interface IKirAlkalmazott : IKirFelhasznalo
|
||||
{
|
||||
DateTime? AlkalmazasKezdete { get; set; }
|
||||
DateTime? AlkalmazasMegszunese { get; set; }
|
||||
string FoglalkoztatasTipusa { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user