22 lines
358 B
C#
22 lines
358 B
C#
|
|
using System;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using System.Text;
|
||
|
|
using System.Data;
|
||
|
|
using System.Data.Common;
|
||
|
|
using WeiSha.Common;
|
||
|
|
using Song.Entities;
|
||
|
|
|
||
|
|
using WeiSha.Data;
|
||
|
|
using Song.ServiceInterfaces;
|
||
|
|
using System.Resources;
|
||
|
|
using System.Reflection;
|
||
|
|
|
||
|
|
namespace Song.ServiceImpls
|
||
|
|
{
|
||
|
|
public partial class ContentsCom : IContents
|
||
|
|
{
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|