예제 #1
0
 public Notification FundTransferAccountOpening(string firstname, string lastname, string othername, string gender, string phonenumber,
                                                string address, string dateofbirth, string placeofbirth, string nextofkinname, string nextofkinphone, string nextofkinaddress,
                                                string product, string cardserialnumber, string username, string latitude, string longitude)
 => _platform.FoundTransferAccountOpening(firstname, lastname, othername, gender, phonenumber,
                                          address, dateofbirth, placeofbirth, nextofkinname, nextofkinphone, nextofkinaddress,
                                          product, cardserialnumber, username, latitude, longitude);