# Interfaces
ICrudRepository extends IUniversalRepository and on base of it gives basic generally need methods as GetAll().
IRepository is base repository for any SQL based repository.
IScriptRepository read .sql scripts from "resources" folder.
IUniversalRepository gives all possible abstract CRUD methods.