estimate to LaTeX

This commit is contained in:
2016-11-06 02:03:36 +01:00
parent 8d4eb1a9af
commit 51b4ee2286
29 changed files with 1294 additions and 148 deletions

View File

@ -1,5 +1,6 @@
using System.Collections.Generic;
using Microsoft.AspNet.Identity;
using Yavsc.Model.Bank;
using Yavsc.Models;
namespace Yavsc.ViewModels.Manage
@ -35,5 +36,7 @@ namespace Yavsc.ViewModels.Manage
public string FullName { get; set; }
public string PostalAddress { get; set; }
public BankIdentity BankInfo { get; set; }
}
}