16 lines
173 B
C#
16 lines
173 B
C#
|
using System;
|
|||
|
using System.Linq;
|
|||
|
using System.Data;
|
|||
|
|
|||
|
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
|
|||
|
namespace HRM.BO
|
|||
|
{
|
|||
|
public class MasterParam : AuditTrailBase
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|