public AffectationDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Beispiel #2
0
 public ProjectDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Beispiel #3
0
 public ConsultantDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }