DataService.cs 95 B

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