WinFormTools/WinformDevFramework.IServices/System/ISysDataSourceServices.cs

15 lines
292 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WinformDevFramework.Models;
namespace WinformDevFramework.IServices.System
{
public interface ISysDataSourceServices: IBaseServices<sysDataSource>
{
}
}