minChz.|<_|
This commit is contained in:
parent
cf50ca90f1
commit
77e229fc8a
30 changed files with 3182 additions and 95 deletions
|
|
@ -2,7 +2,8 @@ namespace Yavsc.Services
|
|||
{
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Billing;
|
||||
using Yavsc.Abstract.Workflow;
|
||||
|
||||
public interface IBillingService
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -17,7 +18,7 @@ namespace Yavsc.Services
|
|||
/// <param name="billingCode">Identifiant du type de facturation</param>
|
||||
/// <param name="queryId">Identifiant de la demande du client</param>
|
||||
/// <returns>La facture</returns>
|
||||
Task<IBillable> GetBillAsync(string billingCode, long queryId);
|
||||
Task<INominativeQuery> GetBillAsync(string billingCode, long queryId);
|
||||
Task<IQueryable<ISpecializationSettings>> GetPerformersSettingsAsync(string activityCode);
|
||||
|
||||
Task<ISpecializationSettings> GetPerformerSettingsAsync(string activityCode, string userId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue