IDataProvider.cs 78 B

123456
  1. namespace Wpf_work.model
  2. {
  3. public interface IDataProvider
  4. {
  5. }
  6. }