public CSVDataController(IRepostory <CSVData, int> repostory) { _repostory = repostory; }
public ProductService(IUnitOfWork unitOfWork, IRepostory <Product> repostory) : base(unitOfWork, repostory) { }
public SitesController(IRepostory <Site, int> repostory) { _repostory = repostory; }
public Service(IUnitOfWork unitOfWork, IRepostory <TEtity> repostory) { _unitOfWork = unitOfWork; _repostory = repostory; }
public HomeController(IRepostory <OgrModel> ogrenci) { _Repostory = ogrenci; }
public CategoryService(IUnitOfWork unitOfWork, IRepostory <Category> repostory) : base(unitOfWork, repostory) { }
public HomeController(IRepostory _repostory) { repostory = _repostory; }
public CSVDataService(IRepostory <CSVData, int> repostory) { _repostory = repostory; CSVDataEntities = new List <CSVData>(); }
public HomeController(IRepostory <Student> repostory) { this._repostory = repostory; }
public HomeController(IRepostory <OgrModel> ogrenci) { //_Repostory = new OgrRepostory(); _Repostory = ogrenci; }
public GameController(IRepostory repostory) { Repostory = repostory; }