コード例 #1
0
ファイル: TypeDSL.cs プロジェクト: HebaAhmed55/NtInvoices
        public DAL.Type GetTypeByID(int id)

        {
            var type = repo.GetTypeByID(id);

            return(type);
        }