Exemplo n.º 1
0
        public static ServerRepo GetInstance()
        {
            if (_instance == null)
            {
                _instance = new ServerRepo();
            }

            return(_instance);
        }
Exemplo n.º 2
0
 public RepoFactory()
 {
     _serverRepo = ServerRepo.GetInstance();
 }