НЕ РАБОТАЕТ
This commit is contained in:
parent
762525822b
commit
202848320e
@ -52,11 +52,6 @@ namespace CaseAccountingBusinessLogic.BusinessLogics
|
||||
return result;
|
||||
}
|
||||
|
||||
public List<ReportLawyerHearingViewModel> GetLawyerHearing(List<LawyerViewModel> models)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public List<ReportLawyerHearingViewModel> GetLawyersHearing(List<LawyerViewModel> lawyers)
|
||||
{
|
||||
var reportRecords = new List<ReportLawyerHearingViewModel>();
|
||||
|
@ -10,7 +10,7 @@ namespace CaseAccountingContracts.BusinessLogicContracts
|
||||
{
|
||||
public interface IReportCustomerLogic
|
||||
{
|
||||
List<ReportLawyerHearingViewModel> GetLawyerHearing(List<LawyerViewModel> models);
|
||||
List<ReportLawyerHearingViewModel> GetLawyersHearing(List<LawyerViewModel> models);
|
||||
|
||||
List<ReportHearingSpecializationViewModel> GetHearingSpecialization(ReportBindingModel model);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user