Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahirsalahin/media-inventory


https://github.com/mahirsalahin/media-inventory

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Media Inventory
In this C# project, a *Media Inventory* is implemented where the medias are Book, CD and DVD. User can Add, Remove, Update and Filter Medias.\
### There are seven cs files.
- *Media* is the parent class of *Book*, *CD* and *DVD*
- *LINQ_Operarions* is the file where all the queries are done.
- *MediaInventory* is the class where the functionalities of media inventory lies.
- The driver class lies within the file *Program*. User interactions are done here.