14 lines
204 B
C#
14 lines
204 B
C#
|
using DatabaseImplement.Implements;
|
|||
|
using BusinessLogic.BusinessLogic;
|
|||
|
|
|||
|
namespace ImplemenerLogic
|
|||
|
{
|
|||
|
public static class DataToLogic
|
|||
|
{
|
|||
|
public static DetailLogic detailLogic()
|
|||
|
{
|
|||
|
return
|
|||
|
}
|
|||
|
}
|
|||
|
}
|