Beispiel #1
0
 public ContactsController(CommunityMgmtDbContext context)
 {
     _context = context;
 }