init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
16
Kreta.BusinessLogic/HelperClasses/KotvallSearchCo.cs
Normal file
16
Kreta.BusinessLogic/HelperClasses/KotvallSearchCo.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class KotvallSearchCo
|
||||
{
|
||||
public int? TanevId { get; set; }
|
||||
public string Sorszam { get; set; }
|
||||
public Guid? BejelentoIdpEgyediAzonosito { get; set; }
|
||||
public int? StatuszId { get; set; }
|
||||
public string BeszerzesTargya { get; set; }
|
||||
public int? BruttoErtekTol { get; set; }
|
||||
public int? BruttoErtekIg { get; set; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue