Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
d7f3e030
Commit
d7f3e030
authored
Feb 28, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不知道改了什么
parent
b51e0b5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
IProfileService.cs
...FLY.Thick.Base/FLY.Thick.Base/IService/IProfileService.cs
+6
-6
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base/IService/IProfileService.cs
View file @
d7f3e030
...
...
@@ -63,9 +63,9 @@ namespace FLY.Thick.Base.IService
/// <summary>
/// 获取产品列表, 返回类型为 List<string>
/// </summary>
/// <param name="
A
syncDelegate"></param>
/// <param name="
A
syncState"></param>
void
GetList
(
AsyncCBHandler
AsyncDelegate
,
object
A
syncState
);
/// <param name="
a
syncDelegate"></param>
/// <param name="
a
syncState"></param>
void
GetList
(
AsyncCBHandler
asyncDelegate
,
object
a
syncState
);
/// <summary>
/// 删除指定产品
...
...
@@ -77,8 +77,8 @@ namespace FLY.Thick.Base.IService
/// 读取指定产品,返回类型为 ProfileParam
/// </summary>
/// <param name="productname"></param>
/// <param name="
A
syncDelegate"></param>
/// <param name="
A
syncState"></param>
void
Read
(
string
productname
,
AsyncCBHandler
AsyncDelegate
,
object
A
syncState
);
/// <param name="
a
syncDelegate"></param>
/// <param name="
a
syncState"></param>
void
Read
(
string
productname
,
AsyncCBHandler
asyncDelegate
,
object
a
syncState
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment