public FormReports() { InitializeComponent(); _weekReportService = new WeekReportService(); _departmentService = new DepartmentService(); _inventoryService = new InventoryService(); }
public FormIssue() { InitializeComponent(); _logService = new LogService(); _issueService = new IssueService(); _productService = new ProductService(); _issueDetailService = new IssueDetailService(); _inventoryService = new InventoryService(); _departmentService = new DepartmentService(); _weekReportService = new WeekReportService(); }