feat: add Transaction service with UnitsByTransStateList and PayCosts
This commit is contained in:
@@ -16,12 +16,8 @@ namespace Complex.Application.Services.TransactionServices
|
||||
{
|
||||
public interface ITransactionService
|
||||
{
|
||||
/*
|
||||
گزارش پرداختی های یک واحد
|
||||
گزارش وضعیت پرداخت واحدهای یک مجتمع
|
||||
ثبت یک تراکنش شارژ
|
||||
|
||||
*/
|
||||
ResultDto<List<TransactionDto>> UnitsByTransStateList(Guid complexId, Guid? UnitId, CommonRequestDto commonRequestDto);
|
||||
ResultDto PayCosts(List<long> UnitCostIds, Guid UnitId, long Amount, string UserPhone, string Description);
|
||||
}
|
||||
|
||||
public class TransactionService : ITransactionService
|
||||
|
||||
Reference in New Issue
Block a user