forked from ddrilling/AsbCloudServer
7 lines
87 B
C#
7 lines
87 B
C#
|
namespace AsbCloudApp.Services
|
|||
|
{
|
|||
|
public interface IDepositService
|
|||
|
{
|
|||
|
}
|
|||
|
}
|