예제 #1
0
 public RestoranController(IUyeFormuService uyeFormuService, ISiparisService siparisService, IRestoranService restoranService, ITedarikciService tedarikciService, IAsciService asciService)
 {
     _uyeFormuService  = uyeFormuService;
     _siparisService   = siparisService;
     _restoranService  = restoranService;
     _tedarikciService = tedarikciService;
     _asciService      = asciService;
 }
예제 #2
0
 public RestoransController(IRestoranService restoranService)
 {
     _restoranService = restoranService;
 }