feat: модели, адаптеры, контроллеры для клиента, вклада, кредитной программы. модели для связей многие ко многим
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace BankContracts.ViewModels;
|
||||
|
||||
public class ClientCreditProgramViewModel
|
||||
{
|
||||
public required string? CreditProgramId { get; set; }
|
||||
|
||||
public required string? ClientId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user