コード例 #1
0
 public LlamadaRepository(TelefonicaEntities telefonicaContext)
 {
     this._context = telefonicaContext;
 }
コード例 #2
0
 public UsuarioRepository(TelefonicaEntities telefonicaContext)
 {
     this._context = telefonicaContext;
 }