14 lines
304 B
C#
14 lines
304 B
C#
using Integry_Smart_Gateway.Core.RestConsumer.Entity.Model;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Integry_Smart_Gateway.Core.RestConsumer.Controller
|
|
{
|
|
public interface IWarehouseControllerService
|
|
{
|
|
|
|
MtbColt SaveMtbColt(MtbColt mtbColt);
|
|
}
|
|
}
|