コード例 #1
0
 public RepositorioSIGDB1(SIGDB1Context context)
 {
     _context = context;
 }
コード例 #2
0
 public RepositorioDeConsultaDeEmpresas(SIGDB1Context context)
 {
     _context = context;
 }
コード例 #3
0
 public UnitOfWork(SIGDB1Context context)
 {
     _context = context;
 }