Dakota -> Data Verweis entfernt
This commit is contained in:
21
Shared/Models/AddressInformation.cs
Normal file
21
Shared/Models/AddressInformation.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BS.Shared.Models
|
||||
{
|
||||
public class AddressInformation
|
||||
{
|
||||
public string IKLeistungserbringer { get; set; }
|
||||
public string OrganisationName { get; set; }
|
||||
public string Street { get; set; }
|
||||
public string PostCode { get; set; }
|
||||
public string Town { get; set; }
|
||||
public string Phone { get; set; }
|
||||
public string Fax { get; set; }
|
||||
public string Mail { get; set; }
|
||||
public string Website { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user