|
|
|
@ -1232,7 +1232,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
return result; |
|
|
|
|
} |
|
|
|
|
[HttpPost] |
|
|
|
|
[Route("PackegLawyerArchivesInfo")] |
|
|
|
|
[Route("ExportLawyerArchivesInfo")] |
|
|
|
|
public async Task<Result> ExportLawyerArchivesInfo(IEnumerable<string> ids) |
|
|
|
|
{ |
|
|
|
|
var lawyerarchives = await _db.Queryable<App_LawyerServicesModel>() |
|
|
|
|