Exemplo n.º 1
0
 public AffectationDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Exemplo n.º 2
0
 public ProjectDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Exemplo n.º 3
0
 public ConsultantDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }