|
|
@ -49,6 +49,7 @@ public class EquipmentRecordAppService |
|
|
|
/// <param name="p_ls"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
|
[HttpPost("Bind")] |
|
|
|
public Task<List<EquipmentRecordErrorDTO>> Bind(List<EquipmentRecord> p_ls) |
|
|
|
{ |
|
|
|
return _manager.Bind(p_ls); |
|
|
@ -60,6 +61,7 @@ public class EquipmentRecordAppService |
|
|
|
/// <param name="p_ls"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
|
[HttpPost("UnBind")] |
|
|
|
public Task<List<EquipmentRecordErrorDTO>> UnBind(List<EquipmentRecord> p_ls) |
|
|
|
{ |
|
|
|
return _manager.UnBind(p_ls); |
|
|
|