コード例 #1
0
ファイル: ProductosLogica.cs プロジェクト: jcsotoo92/Grole
 public ProductosLogica(ProductosPersistencia AProductosPersistencia, CambiosTaraPersistencia _CambiosTaraPersistencia, Mail _Mails)
 {
     this._ProductosPersistencia = AProductosPersistencia;
     this._CambiosTaraPersistencia = _CambiosTaraPersistencia;
     this._Mails = _Mails;
 }
コード例 #2
0
 public Valores_RescateLogica(Valores_RescatePersistencia _Valores_RescatePersistencia, ProductosPersistencia _ProductoPersistencia)
 {
     this._Valores_RescatePersistencia = _Valores_RescatePersistencia;
     this._ProductoPersistencia = _ProductoPersistencia;
 }