IStateCommonDs.cs 272 Bytes
using System.Collections.Generic;
using System.Threading.Tasks;
using MapsModels.DsModels;
using MapsDb.Models;
namespace MapsDb.Interfaces
{
    public interface IStateCommonDs
    {
         Task<IList<StateCommonSelectListDsM>> GetSelectListAsync();            
    }
}