Balberova D.N. LabWork02Hard #5

Closed
august wants to merge 26 commits from LabWork02Hard into LabWork01Hard
Showing only changes of commit f1f1d11272 - Show all commits

View File

@ -99,10 +99,5 @@ namespace SushiBarListImplement.Implements
}
return null;
}
public bool SellSushi(ISushiModel model, int count)
{
throw new NotImplementedException();
}
}
}