init commit all code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Getf.Service.Transfer.Client.WinService.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Getf.Service.Transfer.Client.WinService
|
||||
{
|
||||
public interface IDataHandler
|
||||
{
|
||||
TransInfo HandlerData(TransInfo srcData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user