コード例 #1
0
 public PhoneNumberService(WebAgendaContext context)
 {
     _dbCtx = context;
 }
コード例 #2
0
 public ContactService(WebAgendaContext context)
 {
     _dbCtx = context;
 }