public ProjectsService(DesignMgmtContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ContactsService(DesignMgmtContext context)
 {
     _context = context;
 }