mshafer1/miniDB

Comment

Closed this issue · 0 comments

public abstract class IDatabaseItem: BaseModelItem

Add a comment explaining why this empty class is here. Is it to help guard against possible future additions needed for every database item? Is it some sort of reflection hack?

Also, naming a class starting with "I" is confusing in C#, since those types are usually interfaces.