Пример #1
0
 public Task <bool> SendInvite(InviteCustomerModel inviteCustomerModel)
 {
     return(_accountData.SendInvite(inviteCustomerModel));
 }