Putilin P. A. LabWork 3 Advanced #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork3Advanced"
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 +32,4 @@
/// </summary>
/// <param name="type">тип</param>
/// <returns>Успешно ли проведена операция</returns>
public virtual bool AddTypeOfEntity(T type)
Методы должны были быть полиморфные
@ -0,0 +46,4 @@
/// </summary>
/// <param name="type">тип</param>
/// <returns>Успешно ли проведена операция</returns>
public virtual bool AddTypeOfPortholes(U type)
Методы должны были быть полиморфные
Pull request closed