public InvoiceBL() { tableName = "Invoice"; storeBL = new StoreBL(); }
public InwardBL() { tableName = "Inward"; storeBL = new StoreBL(); }
public WorkdayBL() { tableName = "WorkDay"; storeBL = new StoreBL(); }
public OutwardBL() { tableName = "Outward"; storeBL = new StoreBL(); }