Пример #1
0
 public IActionResult newServiceAccounts(ServiceAccount[] serviceAccounts)
 {
     Repo.newServiceAccounts(serviceAccounts);
     return(Ok());
 }
 public IActionResult newServiceAccounts(ServiceAccount[] serviceAccounts)
 {
     System.Diagnostics.Debug.Print(serviceAccounts[0].AddedDateTime.ToString());
     Repo.newServiceAccounts(serviceAccounts);
     return(Ok());
 }