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