C# 클래스 ASP.NET_Core_SPAs.API.ContactsApiController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: elanderson/ASP.NET-Core-SPAs

공개 메소드들

메소드 설명
ContactsApiController ( UserManager userManager, ContactsDbContext context ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ContactExists ( int id ) : bool
DeleteContact ( [ id ) : Task
GetAllContacts ( ) : Task>
GetContact ( [ id ) : Task
GetContacts ( ) : IQueryable
PostContact ( [ contact ) : Task
PutContact ( [ id, [ contact ) : Task

메소드 상세

ContactsApiController() 공개 메소드

public ContactsApiController ( UserManager userManager, ContactsDbContext context ) : System.Collections.Generic
userManager UserManager
context ASP.NET_Core_SPAs.Contexts.ContactsDbContext
리턴 System.Collections.Generic

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void