Abazov A. A. LabWork04_Base #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork04_Base"
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?
Зачтено с понижением балла(ов)
@ -0,0 +116,4 @@
this.ClientSize = new System.Drawing.Size(1181, 450);
this.Controls.Add(this.panel);
this.Name = "FormReportOrders";
this.Text = "FormReportOrders";
Заголовок формы оформлен неверно
@ -0,0 +95,4 @@
this.Controls.Add(this.dataGridView);
this.Controls.Add(this.buttonSaveToExcel);
this.Name = "FormReportPastryIngredients";
this.Text = "FormReportPastryIngredients";
Заголовок формы оформлен неверно
@ -0,0 +45,4 @@
/// <returns></returns>
public List<ReportPastryIngredientViewModel> GetPastryIngredient()
{
var ingredients = _ingredientStorage.GetFullList();
При получении изделий, у них уже есть список компонент, отдельно его получать не требуется
Pull request closed