コード例 #1
0
 public FacturaService()
 {
     Conexion          = new SqlConnection(@"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=E:\FarmaPunto(copia)\DAL\DatosProyecto.mdf;Integrated Security=True");
     repositoryFactura = new RepositoryFactura(Conexion);
 }
コード例 #2
0
ファイル: GestionFacturaTest.cs プロジェクト: Deonnar/DA2Obli
 private void SetUp()
 {
     IRepositoryFactura persistencia = new RepositoryFactura();
 }