using System; using System.Collections.Generic; using MySystem.PxcModels; namespace MySystem.PublicClass.GraphQL { public interface IRepository { } }