public KategoriController(IGenericRepostory <Kategori> _repo)
 {
     repo = _repo;
 }
Beispiel #2
0
 public MenuService(IGenericRepostory <Menu> MenuRepository)
 {
     this.MenuRepository = MenuRepository;
 }
Beispiel #3
0
 public StoreService(IGenericRepostory <Store> storeRepository)
 {
     this.StoreRepository = storeRepository;
 }
 public MusteriController(IGenericRepostory <Musteri> _repo)
 {
     repo = _repo;
 }
 public FirmaController(IGenericRepostory <Firma> _repo)
 {
     repo = _repo;
 }
Beispiel #6
0
 public PersonelController(IGenericRepostory <Personel> _repo)
 {
     repo = _repo;
 }
Beispiel #7
0
 public DepartmanController(IGenericRepostory <Departman> _repo)
 {
     repo = _repo;
 }
Beispiel #8
0
 public SatisController(IGenericRepostory <Satis> _repo)
 {
     repo = _repo;
 }
 public StokController(IGenericRepostory <Stok> _repo)
 {
     repo = _repo;
 }
 public UrunController(IGenericRepostory <Urun> _repo)
 {
     repo = _repo;
 }
 public TeklifController(IGenericRepostory <Teklif> _repo)
 {
     repo = _repo;
 }