コード例 #1
0
 public UniqueUserPhotoFileService(
     IMasterFileService arg0,
     IUniqueUserPhotoFileRepository arg1
     )
 {
     field0 = arg0;
     field1 = arg1;
 }
コード例 #2
0
 protected ApplicationControllerGeneric(IDiagnosticService diagnosticService,
                                        IMasterFileService <TEntity> masterfileService
                                        )
 {
     _diagnosticService = diagnosticService;
     _masterfileService = masterfileService;
     // This flag to diable the validate for special characters in the texboxes.
     //ValidateRequest = false;
 }
コード例 #3
0
 protected ApplicationControllerBase(IAuthenticationService authenticationService, IDiagnosticService diagnosticService, IMasterFileService <Entity> masterfileService)
     : base(authenticationService, diagnosticService, masterfileService)
 {
 }