Logo
Explore Help
Register Sign In
admin/server
1
0
Fork 0
You've already forked server
mirror of https://github.com/bitwarden/server.git synced 2026-02-09 10:23:10 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
c8bcc3276405716af1350b8e8edc8db2bc99f20e
server/src/Admin/Models/TaxRatesModel.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
151 B
C#
Raw Normal View History

Split out repositories to Infrastructure.Dapper / EntityFramework (#1759)
2022-01-11 10:40:51 +01:00
using Bit.Core.Entities;
Implemented tax collection for subscriptions (#1017) * Implemented tax collection for subscriptions * Cleanup for Sales Tax * Cleanup for Sales Tax * Changes a constraint to an index for checking purposes * Added and implemented a ReadById method for TaxRate * Code review fixes for Tax Rate implementation * Code review fixes for Tax Rate implementation * Made the SalesTax migration script rerunnable
2020-12-04 12:05:16 -05:00
namespace Bit.Admin.Models;
Run formatting (#2230)
2022-08-29 16:06:55 -04:00
Implemented tax collection for subscriptions (#1017) * Implemented tax collection for subscriptions * Cleanup for Sales Tax * Cleanup for Sales Tax * Changes a constraint to an index for checking purposes * Added and implemented a ReadById method for TaxRate * Code review fixes for Tax Rate implementation * Code review fixes for Tax Rate implementation * Made the SalesTax migration script rerunnable
2020-12-04 12:05:16 -05:00
public class TaxRatesModel : PagedModel<TaxRate>
{
public string Message { get; set; }
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 774ms Template: 63ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API