init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class MondatbankResponseDao
|
||||
{
|
||||
[ColumnName("RovidNev")]
|
||||
public string RovidNev { get; set; }
|
||||
|
||||
[ColumnName("Szoveg")]
|
||||
public string Nev { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user