init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
26
Kreta.BusinessLogic/Helpers/NyomtatvanyokTanulokHelper.cs
Normal file
26
Kreta.BusinessLogic/Helpers/NyomtatvanyokTanulokHelper.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
using System.Data;
|
||||
using Kreta.Core.ConnectionType;
|
||||
|
||||
namespace Kreta.BusinessLogic.Helpers
|
||||
{
|
||||
public class NyomtatvanyokTanulokHelper : LogicBase
|
||||
{
|
||||
public NyomtatvanyokTanulokHelper(IConnectionType connectionType) : base(connectionType) { }
|
||||
|
||||
public static void FoglalkozasiAdatokFeleslegesOszlopokTorlese(DataTable tabla)
|
||||
{
|
||||
tabla.Columns.Remove("OsztalyCsoportId");
|
||||
tabla.Columns.Remove("EredetiTanarId");
|
||||
tabla.Columns.Remove("HelyettesId");
|
||||
tabla.Columns.Remove("TanoraId");
|
||||
tabla.Columns.Remove("TantargyId");
|
||||
tabla.Columns.Remove("BeiroTanarId");
|
||||
tabla.Columns.Remove("TeremId");
|
||||
}
|
||||
|
||||
public static void TanuloiEsGondviseloiEsAlkalmazottiAdatokFeleslegesOszlopokTorlese(DataTable tabla)
|
||||
{
|
||||
tabla.Columns.Remove("FelhasznaloId");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue