DataService.cs 98 B

12345678
  1. using System;
  2. namespace Editor.Model
  3. {
  4. public class DataService : IDataService
  5. {
  6. }
  7. }