using System.Collections.Generic; namespace FLResources { public interface IResources { Dictionary LoadIds(int ids); StatusHandle GetData(string nameResources, int id); } }