!提交代码
This commit is contained in:
14
WCS.BLL/Services/Service/HomerService.cs
Normal file
14
WCS.BLL/Services/Service/HomerService.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WCS.BLL.Services.IService;
|
||||
|
||||
namespace WCS.BLL.Services.Service
|
||||
{
|
||||
public class HomerService: IHomerService
|
||||
{
|
||||
public HomerService() { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user