示例#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)
        {
        }