IS.Model.Service.AuditoryService.AuditoryService C# (CSharp) Method

AuditoryService() public method

Конструктор без параметров.
public AuditoryService ( ) : System
return System
        public AuditoryService()
        {
            _auditoryRepository = new AuditoryRepository();
        }

Same methods

AuditoryService::AuditoryService ( IAuditoryRepository auditory_repository ) : System