Change code formatting
This commit is contained in:
@ -6,11 +6,9 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WGneu.Models
|
||||
{
|
||||
namespace WGneu.Models {
|
||||
[Table("wb_kg"), PrimaryKey("KgNr")]
|
||||
public class WbKg
|
||||
{
|
||||
public class WbKg {
|
||||
[Column("kgnr")]
|
||||
public int KgNr { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user