public async Task <Result> AddProcurement(In <ApplyOrderIn> inData)
 {
     return(await procurementService.AddProcurement(inData));
 }