Exemplo n.º 1
0
        public MockBusinessLayer(string path)
        {
            _filesInDB = new List <IPictureModel>();
            _filePath  = path;

            _dal = new MockDataAccessLayer();
        }
Exemplo n.º 2
0
        public MockBusinessLayer()
        {
            _filesInDB = new List <IPictureModel>();
            _dal       = new MockDataAccessLayer();

            SetFilePath();
        }