Exemplo n.º 1
0
 public AuthRepository(MatrimonyContext dbContext)
 {
     this._dbContext = dbContext;
 }
Exemplo n.º 2
0
 public MasterDataService(MatrimonyContext context)
 {
     _context = context;
 }