Esempio n. 1
0
 public NotesController(IKeepService context)
 {
     _context = context;
 }
 public NoteController(IKeepService service)
 {
     keepService = service;
 }