Пример #1
0
 public AffectationDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Пример #2
0
 public ProjectDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
Пример #3
0
 public ConsultantDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }