duheng
2024-11-27 2e3201e1be4247b47b2b8c2a60c56c0d6885b05a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using Yw.Service;
 
namespace HStation.Desktop
{
    /// <summary>
    /// dbfirst
    /// </summary>
    public class DbFirstHelper
    {
        /// <summary>
        /// 初始化
        /// </summary>
        public static async void Initial()
        {
            await new Yw.BLL.DivisionDbFirstHelper().Initial();//xhs
            await new  BLL.AssetsDbFirstHelper().Initial();
        }
    }
}