예제 #1
0
 public EnterpriseDataRepository()
 {
     _context = new DatabaseContext();
 }
예제 #2
0
 public EnterpriseIdentifier()
 {
     _context = new DatabaseContext();
 }