Ejemplo n.º 1
0
 /// <summary>
 /// A constructor that allows for dependency injection of the IConnApsContext
 /// </summary>
 /// <param name="context">The IConnApsContext to be injected</param>
 public BuildingRegister(IConnApsContext context)
 {
     _context = context;
 }
 /// <summary>
 /// A constructor that allows for dependency injection of the IConnApsContext
 /// </summary>
 /// <param name="context">The IConnApsContext to be injected</param>
 public PersonRegister(IConnApsContext context)
 {
     _context = context;
 }