7 lines
78 B
C#
7 lines
78 B
C#
|
|
namespace Yavsc.Services
|
||
|
|
{
|
||
|
|
public interface IBankInterface
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|