现在的位置: 首页 > 综合 > 正文

用NClay进行业务编写到底有多简单?

2011年06月17日 ⁄ 综合 ⁄ 共 5007字 ⁄ 字号 评论关闭
    [NClay.Services.Service(typeof(IUserService))]
    
public class UserService :DBAccess, IUserService
    
{
        
IUserService 成员

        
IUserService 成员
    }
    [NClay.Services.Service(typeof(IRoleService))]
    
public class RoleService :DBAccess, IRoleService
    
{
        
IRoleService 成员
    }

抱歉!评论已关闭.