Ejemplo n.º 1
0
 public FileRetentApiController(FileRetentRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Ejemplo n.º 2
0
 public FileRetentService(FileRetentRepository fileRetentRepository)
 {
     this.fileRetentRepository = fileRetentRepository;
 }