refactor models
This commit is contained in:
parent
95115b53d7
commit
50730984d8
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using ELT.Client.Models.Insurance;
|
using ELT.Client.Models.Insurance;
|
||||||
using ELT.Client.Models.Insurance.Kasko;
|
using ELT.Client.Models.Insurance.Request;
|
||||||
using ELTKasko;
|
using ELTKasko;
|
||||||
|
|
||||||
namespace ELT.Client.Managers.Insurance
|
namespace ELT.Client.Managers.Insurance
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using ELT.Client.Models.Insurance;
|
using ELT.Client.Models.Insurance;
|
||||||
using ELT.Client.Models.Insurance.Osago;
|
using ELT.Client.Models.Insurance.Request;
|
||||||
using ELTOsago;
|
using ELTOsago;
|
||||||
|
|
||||||
namespace ELT.Client.Managers.Insurance
|
namespace ELT.Client.Managers.Insurance
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace ELT.Client.Models.Insurance
|
namespace ELT.Client.Models.Insurance.Request
|
||||||
{
|
{
|
||||||
public class BaseInsuranceRequest
|
public class BaseInsuranceRequest
|
||||||
{
|
{
|
||||||
@ -1,6 +1,6 @@
|
|||||||
using ELTKasko;
|
using ELTKasko;
|
||||||
|
|
||||||
namespace ELT.Client.Models.Insurance.Kasko
|
namespace ELT.Client.Models.Insurance.Request
|
||||||
{
|
{
|
||||||
public class CalculateKaskoRequest : BaseInsuranceRequest
|
public class CalculateKaskoRequest : BaseInsuranceRequest
|
||||||
{
|
{
|
||||||
@ -1,6 +1,6 @@
|
|||||||
using ELTOsago;
|
using ELTOsago;
|
||||||
|
|
||||||
namespace ELT.Client.Models.Insurance.Osago
|
namespace ELT.Client.Models.Insurance.Request
|
||||||
{
|
{
|
||||||
public class CalculateOsagoRequest : BaseInsuranceRequest
|
public class CalculateOsagoRequest : BaseInsuranceRequest
|
||||||
{
|
{
|
||||||
@ -1,7 +1,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using ELT.Client.Managers.Insurance;
|
using ELT.Client.Managers.Insurance;
|
||||||
using ELT.Client.Models.Insurance.Kasko;
|
using ELT.Client.Models.Insurance.Request;
|
||||||
using ELT.Client.Models.Insurance.Osago;
|
|
||||||
using ELTKasko;
|
using ELTKasko;
|
||||||
using ELTOsago;
|
using ELTOsago;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user