2023-04-07 02:35:51 +04:00
|
|
|
|
using BankDataModels.Models;
|
|
|
|
|
using System;
|
2023-04-07 02:35:27 +04:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace BankDatabase.Models
|
|
|
|
|
{
|
2023-04-07 02:35:51 +04:00
|
|
|
|
public class Deal : IDealModel
|
2023-04-07 02:35:27 +04:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|