Пример #1
0
        // GET: Library

        public LibraryController(Library.Service.ILibraryService service)
        {
            this.service = service;
        }
Пример #2
0
 public AccountController(Library.Service.ILibraryService service)
 {
     this.service = service;
 }