public static ServerRepo GetInstance() { if (_instance == null) { _instance = new ServerRepo(); } return(_instance); }
public RepoFactory() { _serverRepo = ServerRepo.GetInstance(); }