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