init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
using Kreta.BusinessLogic.Interfaces;
|
||||
|
||||
namespace Kreta.Web.Areas.Tantargy.Models
|
||||
{
|
||||
public class SZIRAdatszolgGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public int FeladatellatasiHelyId { get; set; }
|
||||
public string FeladatellatasiHelyNev { get; set; }
|
||||
public int OkostelefonSzama { get; set; }
|
||||
public int TabletSzama { get; set; }
|
||||
public int NotebookSzama { get; set; }
|
||||
public int AsztaliGepSzama { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue