да что за отступы
This commit is contained in:
parent
0da323f5c7
commit
191cafc8e2
@ -15,8 +15,8 @@ using TravelCompanyContracts.SearchModels;
|
||||
|
||||
namespace TravelCompanyView
|
||||
{
|
||||
public partial class FormCreateOrder : Form
|
||||
{
|
||||
public partial class FormCreateOrder : Form
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
private readonly ITravelLogic _logicP;
|
||||
private readonly IOrderLogic _logicO;
|
||||
|
@ -15,8 +15,8 @@ using TravelCompanyBusinessLogic.BusinessLogic;
|
||||
|
||||
namespace TravelCompanyView
|
||||
{
|
||||
public partial class FormMain : Form
|
||||
{
|
||||
public partial class FormMain : Form
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
private readonly IOrderLogic _orderLogic;
|
||||
private readonly IReportLogic _reportLogic;
|
||||
@ -197,5 +197,5 @@ public partial class FormMain : Form
|
||||
form.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user