удален ненужный оператор каста

This commit is contained in:
Данияр Аглиуллов 2023-03-08 20:31:53 +04:00
parent fde6a6b5c4
commit 257df69bb0

View File

@ -96,7 +96,5 @@ namespace ConfectioneryDatabaseImplement.Models
}
_pastryComponents = null;
}
public static implicit operator ConfectioneryContracts.ViewModels.PastryViewModel(ConfectioneryDatabaseImplement.Models.Pastry model) => model.GetViewModel;
}
}