コード例 #1
0
 public BalanceteDAL(ADOContext context)
 {
     _ctx = context;
 }
コード例 #2
0
 public RazaoDAL(ADOContext context)
 {
     _ctx = context;
 }
コード例 #3
0
 public DreDAL(ADOContext context)
 {
     _ctx = context;
 }
コード例 #4
0
 public PlanoContasDAL(ADOContext context)
 {
     _ctx = context;
 }