Пример #1
0
 /// <summary>
 /// Default constructor.
 /// Initialises a new ConnApsContext
 /// </summary>
 public BuildingRegister()
 {
     _context = new ConnApsContext();
 }
 /// <summary>
 /// Default constructor.
 /// Initialises a new ConnApsContext
 /// </summary>
 public PersonRegister()
 {
     _context = new ConnApsContext();
 }