11 lines
151 B

2 years ago
using System;
using System.Collections.Generic;
using System.Text;
2 years ago
namespace BBWYB.Common.Models
2 years ago
{
public interface IDenpendency
{
}
}