Esempio n. 1
0
 public RlFileInfoController(IRlFileService rlFileService, IRIFileContentService rIFileContentService)
 {
     _IRlFileService        = rlFileService;        //ContainerManager.Resolve<IRlFileService>();
     _IRIFileContentService = rIFileContentService; //ContainerManager.Resolve<IRIFileContentService>();
 }
 public RlFileApiController(IRlFileService rlFileService)
 {
     _IRlFileService = rlFileService;
 }