コード例 #1
0
 public ClientService(IClientRepository clientRepository, ISandBox sandBox)
 {
     _clientRepository = clientRepository;
     _sandBox          = sandBox;
 }
コード例 #2
0
 public void BuildCache(ISandBox sandBox, ICacheBuilder builder) => throw new NotImplementedException();
コード例 #3
0
        EmptyList <IPsiSourceFile> .Instance; // todo: check this

        public void BuildCache(ISandBox sandBox, ICacheBuilder builder)
        {
        }