using System.Collections.Generic; using System.Threading.Tasks; using Datory; namespace GxPress.Repository.Interface.Media { public interface IMediaLableRepository:IRepository { Task> GetMediaIdsAysnc(int lableId); } }