PIbd-22. Aleikin A.M. LabWork04 #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork04"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Не во все реализации OrderStorage были внесены требуемые изменения
Зачтено с понижением балла(ов)
@ -0,0 +39,4 @@
/// <returns></returns>
public List<ReportPastryComponentViewModel> GetPastryComponent()
{
var components = _componentStorage.GetFullList();
При получении изделий, у них уже есть список компонент, отдельно его получать не требуется
@ -0,0 +110,4 @@
this.ClientSize = new System.Drawing.Size(892, 325);
this.Controls.Add(this.panel);
this.Name = "FormReportOrders";
this.Text = "FormReportOrders";
Заголовок формы оформлен неверно
@ -0,0 +90,4 @@
this.Controls.Add(this.dataGridView);
this.Controls.Add(this.buttonSaveToExcel);
this.Name = "FormReportPastryComponents";
this.Text = "FormReportPastryComponents";
Заголовок формы оформлен неверно
Pull request closed