コード例 #1
0
 public AffectationDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
コード例 #2
0
 public ProjectDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }
コード例 #3
0
 public ConsultantDao(AfdtechContext afdtechContext)
 {
     _afdtechContext = afdtechContext;
 }