示例#1
0
 public CambiosDetalle(string databaseName)
 {
     module = new Application.Enterprise.Data.CambiosDetalle(databaseName);
 }
示例#2
0
 public CambiosDetalle()
 {
     module = new Application.Enterprise.Data.CambiosDetalle();
 }